plot.density {stats} | R Documentation |
Plot Method for Kernel Density Estimation
Description
The plot
method for density objects.
Usage
## S3 method for class 'density'
plot(x, main = NULL, xlab = NULL, ylab = "Density", type = "l",
zero.line = TRUE, ...)
Arguments
x |
a |
main , xlab , ylab , type |
plotting parameters with useful defaults. |
... |
further plotting parameters. |
zero.line |
logical; if |
Value
None.
See Also
[Package stats version 4.4.1 Index]