Plot summed probabilities of aoristic weights.
# S3 method for probMat
plot(
x,
xlab = NULL,
ylab = NULL,
type = "asum",
calendar = "BP",
lwd = 1,
col = 1,
minortick = NULL,
add = FALSE,
...
)
No return value (plot function)
probMat
class object generated using the generateProbMat()
.
Label for the x-axis. Default based on calendar
.
Label for the y-axis. Default is 'Summed Probability' (if type
='asum') or 'Probability Mass' (when type
='dens').
Either 'asum' for Aoristic Sum, 'dens' for probability mass. Default is 'asum'.
Either 'BP'
or 'BCAD'
. Indicate whether the x-axis should be displayed in BP or BC/AD. Default is 'BP'
.
Line width. Default is 1.
Line col. Default is 'black'
Interval for minor ticks in the x-axis label. Default is estimated based on timescale
if set to TRUE
adds the line and point graph on existing plot.
Additional arguments affecting the plot.