View source: R/plot.BchronRSLRun.R
| plot.BchronRSLRun | R Documentation |
Plot output from the BchronRSL function
## S3 method for class 'BchronRSLRun'
plot(
x,
type = c("RSL", "rate", "accel"),
alpha = 0.95,
ellipseCol = "darkslategray",
lineCol = "deepskyblue4",
...
)
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) |
A ggplot2 object of the RSL run
BchronCalibrate, Bchronology, BchronRSL, BchronDensity, BchronDensityFast
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.