The R Project SVN R

Rev

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

Rev 15443 Rev 15524
Line 4... Line 4...
4
\title{Box Plots}
4
\title{Box Plots}
5
\description{
5
\description{
6
  Produce box-and-whisker plot(s) of the given (grouped) values.
6
  Produce box-and-whisker plot(s) of the given (grouped) values.
7
}
7
}
8
\usage{
8
\usage{
9
boxplot(x, \dots)
-
 
10
boxplot.default(x, \dots, range = 1.5, width = NULL, varwidth = FALSE,
9
\method{boxplot}{default}(x, \dots, range = 1.5, width = NULL, varwidth = FALSE,
11
        notch = FALSE, names, boxwex = 0.8, plot = TRUE,
10
        notch = FALSE, names, boxwex = 0.8, plot = TRUE,
12
        border = par("fg"), col = NULL, log = "", pars = NULL,
11
        border = par("fg"), col = NULL, log = "", pars = NULL,
13
        horizontal = FALSE, add = FALSE, at = NULL)
12
        horizontal = FALSE, add = FALSE, at = NULL)
14
}
13
}
15
\arguments{
14
\arguments{
16
  \item{x}{an \R object.}
-
 
17
  \item{\dots}{methods may have additional arguments.}
-
 
18
 
-
 
19
  \item{x, \dots}{for specifying data from which the boxplots are to be
15
  \item{x, \dots}{for specifying data from which the boxplots are to be
20
    produced as well as for giving graphical parameters.  The named
16
    produced as well as for giving graphical parameters.  The named
21
    arguments in this (more precisely, in \code{list(x, ...)}) are
17
    arguments in this (more precisely, in \code{list(x, ...)}) are
22
    treated as graphical parameters in addition to the ones given by
18
    treated as graphical parameters in addition to the ones given by
23
    argument \code{pars}.  The other arguments specify the data, either
19
    argument \code{pars}.  The other arguments specify the data, either