plot.KDEs {provenance} | R Documentation |
Plot one or more kernel density estimates
Description
Plots an object of class KDEs
Usage
## S3 method for class 'KDEs'
plot(x, sname = NA, annotate = TRUE, pch = "|", ...)
Arguments
x |
an object of class |
sname |
optional sample name. If |
annotate |
add a time axis? |
pch |
symbol to be used to mark the sample points along the
x-axis. Change to |
... |
optional parameters to be passed on to the
|
See Also
KDEs summaryplot
Examples
data(Namib)
kdes <- KDEs(Namib$DZ)
plot(kdes,ncol=2)
[Package provenance version 4.3 Index]