| plot.compositeKDE | R Documentation |
Plots a Composite Kernel Density Estimate of sampled radiocarbon dates.
## S3 method for class 'compositeKDE'
plot(
x,
calendar = "BP",
type = "envelope",
ylim = NA,
xlim = NA,
fill.col = "lightgrey",
interval = 0.95,
line.col = "black",
line.type = 2,
multiline.alpha = NA,
multiline.col = "black",
...
)
x |
A |
calendar |
Either |
type |
Either |
ylim |
the y limits of the plot. |
xlim |
the x limits of the plot. In BP or in BC/AD depending on the choice of the parameter |
fill.col |
Envelope color when |
interval |
Quantile interval for the envelope. Default is 0.95. |
line.col |
Line color when |
line.type |
Line type when |
multiline.alpha |
Alpha level for line transparency when |
multiline.col |
Line color when |
... |
Additional arguments affecting the plot |
Visualise a compositeKDE class object. If type is set 'envelope' an envelope of the percentile interval defined by the parameter interval is shown along with the mean KDE. If type is set 'multiline' all KDEs are shown.
ckde;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.