bxp.splus bxp.att bxp.old
These can be given in the style.bxp argument to boxplot or bxp to produce a specific style of boxplot. The important features of each style are summarized below.
The "att" style shows the median as a filled-in octagon and outliers as smaller non-filled octagons. The staples are as wide as the box and dashed (actually line type 4 which is usually dashed). This style is based on suggestions by Tukey (1990).
The "old" style represents the median as a line, and outliers as asterisks.
See boxplot for a description of the specific components contained in these datasets.
# note that the argument name style.bxp can not be abbreviated boxplot(rnorm(10), style.bxp = "old") boxplot(rnorm(10), style.bxp = bxp.att)