plot.BchronRSLRun {Bchron} | R Documentation |
Plot output from BchronRSL
Description
Plot output from the BchronRSL
function
Usage
## S3 method for class 'BchronRSLRun'
plot(
x,
type = c("RSL", "rate", "accel"),
alpha = 0.95,
ellipseCol = "darkslategray",
lineCol = "deepskyblue4",
...
)
Arguments
x |
An object created by |
type |
One of |
alpha |
confidence level used for plotting ellipses |
ellipseCol |
The colour of the ellipse used for plotting dates |
lineCol |
The colour of the sea level curve lines |
... |
Other arguments to plot (currently ignored) |
See Also
BchronCalibrate
, Bchronology
, BchronRSL
, BchronDensity
, BchronDensityFast
[Package Bchron version 4.7.6 Index]