The R Project SVN R

Rev

Rev 89794 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89794 Rev 90082
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 \abbr{et al.}, 1983, p.\sspace{}62).  See \code{\link{boxplot.stats}}
75
    \bibcitep{|R:Chambers+Cleveland+Kleiner:1983|p.\sspace{}62}.
76
    for the calculations used.}
76
    See \code{\link{boxplot.stats}} for the calculations used.}
77
  \item{warnN}{logical. When \code{notch = TRUE}, indicating if a
77
  \item{warnN}{logical. When \code{notch = TRUE}, indicating if a
78
    \code{\link{warning}} should be signalled when some notch gets
78
    \code{\link{warning}} should be signalled when some notch gets
79
    outside the hinges, i.e., the box.}
79
    outside the hinges, i.e., the box.}
80
  \item{outline}{if \code{outline} is not true, the outliers are
80
  \item{outline}{if \code{outline} is not true, the outliers are
81
    not drawn (as points whereas S+ uses lines).}% the argument name is most ugly but S+ compatible
81
    not drawn (as points whereas S+ uses lines).}% the argument name is most ugly but S+ compatible