Revision be1f32e88ccfcece8d50dd4fd0391dac7aa44653 authored by Deepayan Sarkar on 17 December 2001, 00:00:00 UTC, committed by Gabor Csardi on 17 December 2001, 00:00:00 UTC
1 parent fd174ad
Raw File
panel.densityplot.Rd
\name{panel.densityplot}
\alias{panel.densityplot}
\title{ Default Panel Function for densityplot }
\description{
  This is the default panel function for \code{densityplot}.
}
\usage{
panel.densityplot(x, darg, plot.points = TRUE, ref = FALSE, ...)
}
\arguments{
  \item{x}{ data points for which density is to be estimated}
  \item{darg}{list of arguments to be passed to the \code{density}
    function.} 
  \item{plot.points}{ logical, specifying whether or not the data 
    points should be plotted along with the estimated density. The
    default (TRUE) is S-Plus behaviour.}
  \item{ref} {logical, whether to draw x-axis}
  \item{\dots}{ parameters to be passed to the function \code{density},
    as well as graphical parameters like \code{col}}
}
\author{ Deepayan Sarkar \email{deepayan@stat.wisc.edu}}
\seealso{\code{\link{densityplot}}}
\keyword{dplot}
















back to top