Geom.boxplot
Draw boxplots.
Aesthetics
Aesthetics used directly:
xmiddlelower_hingeupper_hingelower_fenceupper_fenceoutliers
With default statistic Stat.boxplot, only the following aesthetics need to be defined:
x(optional): Group categorically on the X-axis.y: Sample from which to draw the boxplot.
Examples
plot(dataset("lattice", "singer"), x="VoicePart", y="Height", Geom.boxplot)