The R Project SVN R

Rev

Rev 42961 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
27442 ripley 1
\name{plot.density}
2
\alias{plot.density}
3
\title{Plot Method for Kernel Density Estimation}
4
\usage{
5
\method{plot}{density}(x, main = NULL, xlab = NULL, ylab = "Density", type = "l",
6
     zero.line = TRUE, \dots)
7
}
8
\arguments{
9
\item{x}{a \dQuote{density} object.}
10
\item{main, xlab, ylab, type}{plotting parameters with useful defaults.}
11
\item{\dots}{further plotting parameters.}
12
\item{zero.line}{logical; if \code{TRUE}, add a base line at \eqn{y = 0}}
13
}
14
\description{
15
  The \code{plot} method for density objects.
16
}
17
\value{
18
  None.
19
}
20
\references{
21
}
22
\seealso{
23
  \code{\link{density}}.
24
}
25
\keyword{dplot}