You are on page 1of 1

library(readxl)

library(dplyr)

bd <- read_excel("bd.Sedimento prueba - copia.xlsx",

sheet = "sedimento tu (2)") %>%

dplyr::select("GRUPOS","Sulfuro")

#library(Rcmdr)

Boxplot(Sulfuro~GRUPOS, data=bd, id=list(method="y"))


3000
2500
2000
Sulfuro

1500
1000
500
0

Grupo A Grupo B Grupo C

GRUPOS

You might also like