| plot.density {stats} | R Documentation | 
The plot method for density objects.
## S3 method for class 'density'
plot(x, main = NULL, xlab = NULL, ylab = "Density", type = "l",
     zero.line = TRUE, ...)
x | 
 a   | 
main, xlab, ylab, type | 
 plotting parameters with useful defaults.  | 
... | 
 further plotting parameters.  | 
zero.line | 
 logical; if   | 
None.