Learn R Programming

provenance (version 4.4)

plot.KDE: Plot a kernel density estimate

Description

Plots an object of class KDE

Usage

# S3 method for KDE
plot(x, pch = "|", xlab = "age [Ma]", ylab = "", ...)

Arguments

x

an object of class KDE

pch

the symbol used to show the samples. May be a vector. Set pch = NA to turn them off.

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

Run this code
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