powered by
Plot a paleoTS object
# S3 method for paleoTS plot( x, nse = 1, pool = FALSE, add = FALSE, modelFit = NULL, pch = 21, lwd = 1.5, ylim = NULL, ... )
none.
a paleoTS object
paleoTS
the number of standard errors represented by the error bars on the plot; defaults to 1
logical indicating if variances should be pooled across samples for the purposes of displaying error bars; defaults to FALSE
FALSE
logical, if TRUE, adds to existing plot
TRUE
optional model fit from fitting functions
plotting symbol, defaults to 19
line width, defaults to 1.5
optional, y-limits of the plot
other arguments passed to plotting functions
x <- sim.GRW(ns = 30) w <- fitSimple(x, model = "GRW", method = "Joint") plot(x, modelFit = w)
Run the code above in your browser using DataLab