plot.spdRC {rcarbon} | R 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 |
|
calendar |
Either |
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 |
yaxs |
The style of y-axis interval calculation (see |
xlim |
Limits for the x axis. |
... |
Additional arguments affecting the plot. |
See Also
[Package rcarbon version 1.5.1 Index]