| Line 48... |
Line 48... |
| 48 |
\item{notch}{if \code{notch} is \code{TRUE}, a notch is drawn in
|
48 |
\item{notch}{if \code{notch} is \code{TRUE}, a notch is drawn in
|
| 49 |
each side of the boxes. If the notches of two plots do not
|
49 |
each side of the boxes. If the notches of two plots do not
|
| 50 |
overlap this is \sQuote{strong evidence} that the two medians differ
|
50 |
overlap this is \sQuote{strong evidence} that the two medians differ
|
| 51 |
(Chambers \emph{et al.}, 1983, p. 62). See \code{\link{boxplot.stats}}
|
51 |
(Chambers \emph{et al.}, 1983, p. 62). See \code{\link{boxplot.stats}}
|
| 52 |
for the calculations used.}
|
52 |
for the calculations used.}
|
| 53 |
\item{outline}{if \code{outline} is not true, the boxplot lines are
|
53 |
\item{outline}{if \code{outline} is not true, the outliers are
|
| 54 |
not drawn.}% the argument name is most ugly but S+ compatible
|
54 |
not drawn (as points whereas S+ uses lines).}% the argument name is most ugly but S+ compatible
|
| 55 |
\item{names}{group labels which will be printed under each boxplot.}
|
55 |
\item{names}{group labels which will be printed under each boxplot.}
|
| 56 |
\item{boxwex}{a scale factor to be applied to all boxes. When there
|
56 |
\item{boxwex}{a scale factor to be applied to all boxes. When there
|
| 57 |
are only a few groups, the appearance of the plot can be improved
|
57 |
are only a few groups, the appearance of the plot can be improved
|
| 58 |
by making the boxes narrower.}
|
58 |
by making the boxes narrower.}
|
| 59 |
\item{plot}{if \code{TRUE} (the default) then a boxplot is
|
59 |
\item{plot}{if \code{TRUE} (the default) then a boxplot is
|