plot.spdRC: Plot 'spdRC' class objects

View source: R/plots.R

plot.spdRCR Documentation

Plot spdRC class objects

Description

Plot rates of change between time-blocks

Usage

## S3 method for class 'spdRC'
plot(
  x,
  calendar = "BP",
  col.obs = "black",
  lwd.obs = 0.5,
  xaxs = "i",
  yaxs = "i",
  xlim = NA,
  ...
)

Arguments

x

spdRC class object containing geometric growth rates.

calendar

Either 'BP' or 'BCAD'. Indicate whether the calibrated date should be displayed in BP or BC/AD. Default is 'BP'.

col.obs

Line colour for the observed SPD

lwd.obs

Line width for the observed SPD

xaxs

The style of x-axis interval calculation (see par)

yaxs

The style of y-axis interval calculation (see par)

xlim

Limits for the x axis.

...

Additional arguments affecting the plot.

See Also

spd2rc


rcarbon documentation built on Aug. 24, 2023, 5:11 p.m.