The R Project SVN R

Rev

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

Rev 89497 Rev 89794
Line 11... Line 11...
11
  It is usually called from within \code{\link{boxplot}}, but can be
11
  It is usually called from within \code{\link{boxplot}}, but can be
12
  invoked directly.
12
  invoked directly.
13
}
13
}
14
\usage{
14
\usage{
15
bxp(z, notch = FALSE, width = NULL, varwidth = FALSE,
15
bxp(z, notch = FALSE, width = NULL, varwidth = FALSE,
16
    outline = TRUE, notch.frac = 0.5, log = "",
16
    outline = TRUE, notch.frac = 0.5, warnN = TRUE, log = "",
17
    border = par("fg"), pars = NULL, frame.plot = axes,
17
    border = par("fg"), pars = NULL, frame.plot = axes,
18
    horizontal = FALSE, ann = TRUE,
18
    horizontal = FALSE, ann = TRUE,
19
    add = FALSE, at = NULL, show.names = NULL,
19
    add = FALSE, at = NULL, show.names = NULL,
20
    panel.first = NULL, panel.last = NULL, \dots)
20
    panel.first = NULL, panel.last = NULL, \dots)
21
}
21
}
Line 33... Line 33...
33
    observations in the groups.}
33
    observations in the groups.}
34
  \item{outline}{if \code{outline} is not true, the outliers are not
34
  \item{outline}{if \code{outline} is not true, the outliers are not
35
    drawn.}
35
    drawn.}
36
  \item{notch.frac}{numeric in (0,1). When \code{notch = TRUE}, the
36
  \item{notch.frac}{numeric in (0,1). When \code{notch = TRUE}, the
37
    fraction of the box width that the notches should use.}
37
    fraction of the box width that the notches should use.}
-
 
38
  \item{warnN}{logical. When \code{notch = TRUE}, indicating if a
-
 
39
    \code{\link{warning}} should be signalled when some notch gets
-
 
40
    outside the hinges, i.e., the box.}
38
  \item{border}{character or numeric (vector), the color of the box
41
  \item{border}{character or numeric (vector), the color of the box
39
    borders.  Is recycled for multiple boxes.  Is used as default for
42
    borders.  Is recycled for multiple boxes.  Is used as default for
40
    the \code{boxcol}, \code{medcol}, \code{whiskcol}, \code{staplecol},
43
    the \code{boxcol}, \code{medcol}, \code{whiskcol}, \code{staplecol},
41
    and \code{outcol} options (see below).
44
    and \code{outcol} options (see below).
42
  }
45
  }