The R Project SVN R

Rev

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

Rev 75488 Rev 75560
Line 22... Line 22...
22
 
22
 
23
\method{boxplot}{default}(x, \dots, range = 1.5, width = NULL, varwidth = FALSE,
23
\method{boxplot}{default}(x, \dots, range = 1.5, width = NULL, varwidth = FALSE,
24
        notch = FALSE, outline = TRUE, names, plot = TRUE,
24
        notch = FALSE, outline = TRUE, names, plot = TRUE,
25
        border = par("fg"), col = NULL, log = "",
25
        border = par("fg"), col = NULL, log = "",
26
        pars = list(boxwex = 0.8, staplewex = 0.5, outwex = 0.5),
26
        pars = list(boxwex = 0.8, staplewex = 0.5, outwex = 0.5),
27
        horizontal = FALSE, add = FALSE, at = NULL)
27
         ann = !add, horizontal = FALSE, add = FALSE, at = NULL)
28
}
28
}
29
\arguments{
29
\arguments{
30
  \item{formula}{a formula, such as \code{y ~ grp}, where \code{y} is a
30
  \item{formula}{a formula, such as \code{y ~ grp}, where \code{y} is a
31
    numeric vector of data values to be split into groups according to
31
    numeric vector of data values to be split into groups according to
32
    the grouping variable \code{grp} (usually a factor).  Note that
32
    the grouping variable \code{grp} (usually a factor).  Note that