- model
growth model.
- a
lower (earliest) limit of the distribution (in BP).
- b
upper (latest) limit of the distribution (in BP).
- params
a list of vectors containing model parameters. The names attribute of each vector should match growth model parameters.
- type
either a 'spaghetti' plot or a quantile based 'envelope' plot. Default is 'spaghetti'.
- nsample
number of samples to be used. Default is the length of the parameter vectors supplied in the argument params.
- interval
quantile interval used for the envelope plot. Ignored when type is set to 'spaghetti'.
- calendar
either 'BP' or 'BCAD'. Indicate whether the calibrated date should be displayed in BP or BC/AD. Default is 'BP'.
- col
fill color for the quantile envelope (when type=='envelope') or line colour (when type=='spaghetti').
- alpha
transparency value for each line in the spaghetti plot or the fill color in the 'envelope' plot. Default is 1.
- ylim
the y limits of the plot.
- xlim
the x limits of the plot (in Cal BP).
- xlab
a label for the x axis. Default is 'Years cal BP','Years BC/AD','Years BC', or 'Years AD' depending on data range and settings of calendar.
- ylab
a label for the y axis. Default is 'Probability'.
- add
whether or not the new graphic should be added to an existing plot.
- lwd
line width. Default is 1.
- ...
additional arguments affecting the plot