data(centaurea)
boxplotCharacter(centaurea, character = "ST", col = "orange", border = "red")
boxplotCharacter(centaurea, character = "ST", outliers = FALSE,
lowerWhisker = 0.1, upperWhisker = 0.9)
boxplotCharacter(centaurea, "ST", varwidth = TRUE, notch = TRUE,
boxwex = 0.4, staplewex = 1.3, horizontal = TRUE)
boxplotCharacter(centaurea, "ST", boxlty = 1, medlwd = 5,
whisklty = 2, whiskcol = "red", staplecol = "red",
outcol = "grey30", pch = "-")
if (FALSE) boxplotAll(centaurea, folderName = "../boxplots")
Run the code above in your browser using DataLab