%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Do not modify this file since it was automatically generated from: % % plotDensity.list.R % % by the Rdoc compiler part of the R.oo package. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \name{plotDensity.list} \alias{plotDensity.list} \alias{plotDensity.list} \alias{plotDensity.data.frame} \alias{plotDensity.matrix} \alias{plotDensity.numeric} \title{Plots density distributions for a set of vector} \description{ Plots density distributions for a set of vector. } \usage{\method{plotDensity}{list}(X, xlim=NULL, ylim=NULL, xlab=NULL, ylab="density (integrates to one)", col=1:length(X), lty=NULL, lwd=NULL, ..., add=FALSE)} \arguments{ \item{X}{A single of \code{\link[base]{list}} of \code{\link[base]{numeric}} \code{\link[base]{vector}}s, a \code{\link[base]{numeric}} \code{\link[base]{matrix}}, or a \code{\link[base]{numeric}} \code{\link[base]{data.frame}}.} \item{xlim,ylim}{\code{\link[base]{character}} \code{\link[base]{vector}} of length 2. The x and y limits.} \item{xlab,ylab}{\code{\link[base]{character}} string for labels on x and y axis.} \item{col}{The color(s) of the curves.} \item{lty}{The types of curves.} \item{lwd}{The width of curves.} \item{...}{Additional arguments passed to \code{\link[stats]{density}}, \code{\link[graphics]{plot}}, and \code{\link[graphics]{lines}}.} \item{add}{If \code{\link[base:logical]{TRUE}}, the curves are plotted in the current plot, otherwise a new is created.} } \author{Henrik Bengtsson (\url{http://www.braju.com/R/})} \keyword{methods}