plot.density
Plot Method for Kernel Density Estimation
The plot
method for density objects.
- Keywords
- dplot
Usage
"plot"(x, main = NULL, xlab = NULL, ylab = "Density", type = "l", zero.line = TRUE, ...)
Arguments
- x
- a
"density"
object. - main, xlab, ylab, type
- plotting parameters with useful defaults.
- ...
- further plotting parameters.
- zero.line
- logical; if
TRUE
, add a base line at $y = 0$
Value
-
None.
See Also
Community examples
Looks like there are no examples yet.