The R Project SVN R

Rev

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

Rev 15514 Rev 25118
Line 4... Line 4...
4
\usage{
4
\usage{
5
\method{plot}{density}(x, main = NULL, xlab = NULL, ylab = "Density", type = "l",
5
\method{plot}{density}(x, main = NULL, xlab = NULL, ylab = "Density", type = "l",
6
     zero.line = TRUE, \dots)
6
     zero.line = TRUE, \dots)
7
}
7
}
8
\arguments{
8
\arguments{
9
\item{x}{a ``density'' object.}
9
\item{x}{a \dQuote{density} object.}
10
\item{main, xlab, ylab, type}{plotting parameters with useful defaults.}
10
\item{main, xlab, ylab, type}{plotting parameters with useful defaults.}
11
\item{\dots}{further plotting parameters.}
11
\item{\dots}{further plotting parameters.}
12
\item{zero.line}{logical; if \code{TRUE}, add a base line at \eqn{y = 0}}
12
\item{zero.line}{logical; if \code{TRUE}, add a base line at \eqn{y = 0}}
13
}
13
}
14
\description{
14
\description{