plot.probMat {baorista} | R Documentation |
Plot Aoristic Sums
Description
Plot summed probabilities of aoristic weights.
Usage
## S3 method for class 'probMat'
plot(
x,
xlab = NULL,
ylab = NULL,
type = "asum",
calendar = "BP",
lwd = 1,
col = 1,
minortick = NULL,
add = FALSE,
...
)
Arguments
x |
|
xlab |
Label for the x-axis. Default based on |
ylab |
Label for the y-axis. Default is 'Summed Probability' (if |
type |
Either 'asum' for Aoristic Sum, 'dens' for probability mass. Default is 'asum'. |
calendar |
Either |
lwd |
Line width. Default is 1. |
col |
Line col. Default is 'black' |
minortick |
Interval for minor ticks in the x-axis label. Default is estimated based on timescale |
add |
if set to |
... |
Additional arguments affecting the plot. |
Value
No return value (plot function)
[Package baorista version 0.2.0 Index]