powered by
Plots an object of class KDE
KDE
# S3 method for KDE plot(x, pch = "|", xlab = "age [Ma]", ylab = "", ...)
an object of class KDE
the symbol used to show the samples. May be a vector. Set pch = NA to turn them off.
pch = NA
the label of the x-axis
the label of the y-axis
optional parameters to be passed on to the graphics object
data(Namib) samp <- Namib$DZ$x[['N1']] dens <- KDE(samp,from=0,to=3000) plot(dens)
Run the code above in your browser using DataLab