The R Project SVN R

Rev

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

Rev 7309 Rev 8135
Line 1... Line 1...
1
\name{boxplot.default}
1
\name{boxplot.default}
2
\alias{boxplot.default}
2
\alias{boxplot.default}
3
\title{Box Plots}
3
\title{Box Plots}
4
\usage{
4
\usage{
5
boxplot.default(x, \dots, range = 1.5, width = NULL, varwidth = FALSE,
5
boxplot.default(x, \dots, range = 1.5, width = NULL, varwidth = FALSE,
6
        notch = FALSE, names.x, data = sys.frame(sys.parent()),
6
        notch = FALSE, names, data = sys.frame(sys.parent()),
7
        plot = TRUE, border = par("fg"), col = NULL, log = "",
7
        plot = TRUE, border = par("fg"), col = NULL, log = "",
8
        pars = NULL)
8
        pars = NULL)
9
}
9
}
10
\arguments{
10
\arguments{
11
  \item{x, \dots}{the data from which the boxplots are to be produced.
11
  \item{x, \dots}{the data from which the boxplots are to be produced.