powered by
## S3 method for class 'paleoTS': plot(x, nse = 1, pool = FALSE, add = FALSE, modelFit=NULL, pch=19, lwd=1.5, ylim=NULL, ...)
paleoTS
TRUE
paleoTSfit
plot
modelFit
as.paleoTS
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