The R Project SVN R

Rev

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

Rev 77323 Rev 77849
Line 20... Line 20...
20
        add = FALSE, ann = !add, horizontal = FALSE,
20
        add = FALSE, ann = !add, horizontal = FALSE,
21
        drop = FALSE, sep = ".", lex.order = FALSE)
21
        drop = FALSE, sep = ".", lex.order = FALSE)
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 = "lightgray", 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
         ann = !add, 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