plot.KDE {provenance} | R Documentation |
Plot a kernel density estimate
Description
Plots an object of class KDE
Usage
## S3 method for class 'KDE'
plot(x, pch = "|", xlab = "age [Ma]", ylab = "", ...)
Arguments
x |
an object of class |
pch |
the symbol used to show the samples. May be a vector.
Set |
xlab |
the label of the x-axis |
ylab |
the label of the y-axis |
... |
optional parameters to be passed on to the graphics object |
See Also
KDE
Examples
data(Namib)
samp <- Namib$DZ$x[['N1']]
dens <- KDE(samp,from=0,to=3000)
plot(dens)
[Package provenance version 4.3 Index]