| plot.SpdPermTest {rcarbon} | R Documentation |
Plot result of mark permutation test of SPDs
Description
Visualises the observed SPD along with the simulation envelope generated from permTest, with regions of positive and negative deviations highlighted in red and blue.
Usage
## S3 method for class 'SpdPermTest'
plot(
x,
focalm = 1,
type = "spd",
calendar = "BP",
xlim = NA,
ylim = NA,
col.obs = "black",
col.env = rgb(0, 0, 0, 0.2),
lwd.obs = 0.5,
xaxs = "i",
yaxs = "i",
bbty = "f",
drawaxes = TRUE,
...
)
Arguments
x |
A |
focalm |
Value specifying the name of the focal mark (group) to be plotted. |
type |
Whether to display SPDs ('spd') or rates of change ('roc'). Default is 'spd'. |
calendar |
Either |
xlim |
the x limits of the plot. In BP or in BC/AD depending on the choice of the parameter |
ylim |
the y limits of the plot. |
col.obs |
Line colour for the observed SPD |
col.env |
Colour for the simulation envelope |
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 |
bbty |
Display options; one between |
drawaxes |
A logical value determining whether the axes should be displayed or not. Default is TRUE. |
... |
Additional arguments affecting the plot |