Plot output from the BchronRSL function

# S3 method for 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)