boxplot r
boxplot(yourVector)
Anwy
boxplot(yourVector)
ggplot2::qplot(data = chickwts, x = feed, y= weight, geom= "boxplot")