plot.KDE: Plot a kernel density estimate

View source: R/plot.R

plot.KDER 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 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

data(Namib)
samp <- Namib$DZ$x[['N1']]
dens <- KDE(samp,from=0,to=3000)
plot(dens)

provenance documentation built on Aug. 28, 2023, 5:07 p.m.