plot.SpdPermTest | R Documentation |
Visualises the observed SPD along with the simulation envelope generated from permTest
, with regions of positive and negative deviations highlighted in red and blue.
## 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,
...
)
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 |
permTest
; plot.SpdModelTest
;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.