The R Project SVN R

Rev

Rev 77849 | Rev 88585 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 77849 Rev 85977
Line 70... Line 70...
70
    drawn with widths proportional to the square-roots of the number
70
    drawn with widths proportional to the square-roots of the number
71
    of observations in the groups.}
71
    of observations in the groups.}
72
  \item{notch}{if \code{notch} is \code{TRUE}, a notch is drawn in
72
  \item{notch}{if \code{notch} is \code{TRUE}, a notch is drawn in
73
    each side of the boxes.  If the notches of two plots do not
73
    each side of the boxes.  If the notches of two plots do not
74
    overlap this is \sQuote{strong evidence} that the two medians differ
74
    overlap this is \sQuote{strong evidence} that the two medians differ
75
    (Chambers \emph{et al}, 1983, p.\sspace{}62).  See \code{\link{boxplot.stats}}
75
    (Chambers \abbr{et al.}, 1983, p.\sspace{}62).  See \code{\link{boxplot.stats}}
76
    for the calculations used.}
76
    for the calculations used.}
77
  \item{outline}{if \code{outline} is not true, the outliers are
77
  \item{outline}{if \code{outline} is not true, the outliers are
78
    not drawn (as points whereas S+ uses lines).}% the argument name is most ugly but S+ compatible
78
    not drawn (as points whereas S+ uses lines).}% the argument name is most ugly but S+ compatible
79
  \item{names}{group labels which will be printed under each boxplot.
79
  \item{names}{group labels which will be printed under each boxplot.
80
    Can be a character vector or an \link{expression} (see
80
    Can be a character vector or an \link{expression} (see