plot.compositeKDE {rcarbon} | R Documentation |
Plots a Composite Kernel Density Estimate of sampled radiocarbon dates.
Description
Plots a Composite Kernel Density Estimate of sampled radiocarbon dates.
Usage
## 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",
...
)
Arguments
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 |
Details
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.
See Also
ckde
;