plot.BchronRSLRun function

Plot output from BchronRSL

Plot output from BchronRSL

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", ... )

Arguments

  • x: An object created by BchronRSL
  • type: One of RSL, rate, or accel. If RSL produces a plot of RSL estimates from the model. If rate, produces rate estimates. If accel produces acceleration estimates.
  • 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

  • Maintainer: Andrew Parnell
  • License: GPL (>= 2)
  • Last published: 2021-06-10