powered by
Plots an object of class KDEs
KDEs
# S3 method for KDEs plot(x, sname = NA, annotate = TRUE, pch = "|", ...)
an object of class KDEs
optional sample name. If sname=NA, all samples are shown on a summary plot
sname=NA
add a time axis?
symbol to be used to mark the sample points along the x-axis. Change to NA to omit.
NA
optional parameters to be passed on to the summaryplot function
summaryplot
KDEs summaryplot
data(Namib) kdes <- KDEs(Namib$DZ) plot(kdes,ncol=2)
Run the code above in your browser using DataLab