modelCurves: Function computes model expectations and 95
Description
This function is used by plot.paleoTS to add the model expectations and probability intervals for (some) models. It is not likely to be called directly by the user.
Usage
modelCurves(x, w, np = 500)
Arguments
x
a paleoTS object
w
fitted model results in the form of a paleoTSfit object
np
the number of points to use for plotting the expectation
Value
A list with the following vectors: tt, the times plotted; ee, the model expectations; ll and uu, the lower and upper 95 percent probability limits for the model.
Details
The function determines what to draw from the modelName of w, along with its parameter values.