The R Project SVN R

Rev

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

Rev 65189 Rev 65208
Line 1... Line 1...
1
% File src/library/graphics/man/boxplot.Rd
1
% File src/library/graphics/man/boxplot.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2008 R Core Team
3
% Copyright 1995-2008 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
-
 
6
\newcommand{\sspace}{\ifelse{latex}{\out{~}}{ }}
-
 
7
 
6
\name{boxplot}
8
\name{boxplot}
7
\alias{boxplot}
9
\alias{boxplot}
8
\alias{boxplot.default}
10
\alias{boxplot.default}
9
\alias{boxplot.formula}
11
\alias{boxplot.formula}
10
\title{Box Plots}
12
\title{Box Plots}
Line 60... Line 62...
60
    drawn with widths proportional to the square-roots of the number
62
    drawn with widths proportional to the square-roots of the number
61
    of observations in the groups.}
63
    of observations in the groups.}
62
  \item{notch}{if \code{notch} is \code{TRUE}, a notch is drawn in
64
  \item{notch}{if \code{notch} is \code{TRUE}, a notch is drawn in
63
    each side of the boxes.  If the notches of two plots do not
65
    each side of the boxes.  If the notches of two plots do not
64
    overlap this is \sQuote{strong evidence} that the two medians differ
66
    overlap this is \sQuote{strong evidence} that the two medians differ
65
    (Chambers \emph{et al}, 1983, p. 62).  See \code{\link{boxplot.stats}}
67
    (Chambers \emph{et al}, 1983, p.\sspace{}62).  See \code{\link{boxplot.stats}}
66
    for the calculations used.}
68
    for the calculations used.}
67
  \item{outline}{if \code{outline} is not true, the outliers are
69
  \item{outline}{if \code{outline} is not true, the outliers are
68
    not drawn (as points whereas S+ uses lines).}% the argument name is most ugly but S+ compatible
70
    not drawn (as points whereas S+ uses lines).}% the argument name is most ugly but S+ compatible
69
  \item{names}{group labels which will be printed under each boxplot.
71
  \item{names}{group labels which will be printed under each boxplot.
70
    Can be a character vector or an \link{expression} (see
72
    Can be a character vector or an \link{expression} (see