powered by
Plots paleontological time series, showing trait means (with error bars) over time.
# S3 method for paleoTS plot(x, nse = 1, pool = FALSE, add = FALSE, modelFit=NULL, pch=19, lwd=1.5, ylim=NULL, ...)
a paleoTS object
paleoTS
size of error bars, in standard errors
logical, indicating if should pool variances among samples in computing standard errors for plotting
logical, if TRUE data are added to existing plot
TRUE
optional paleoTSfit object with model fit results to add to plot
paleoTSfit
plotting symbol
line width for plotting
y limit for plotting (optional)
other arguments sent to plot
plot
No values are returned, the results are plotted.
If modelFit is not NULL, then modelCurves will be used to generate and plot the expectations and 95 percent probability interval of that model.
modelFit
modelCurves
as.paleoTS, modelCurves
as.paleoTS
# NOT RUN { y <- sim.GRW(50, 0, 1) plot(y) ys <- sub.paleoTS(y, k=0.2) # same sequence, sub-sampled plot (ys, add=TRUE, col="red") # }
Run the code above in your browser using DataLab