plot.KDEs | R Documentation |
Plots an object of class KDEs
## S3 method for class 'KDEs'
plot(x, sname = NA, annotate = TRUE, pch = "|", ...)
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
|
KDEs summaryplot
data(Namib)
kdes <- KDEs(Namib$DZ)
plot(kdes,ncol=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.