plotevoTS | R Documentation |
Plot a paleoTS object (slightly modified version of the same function in paleoTS)
plotevoTS(
x,
nse = 1,
pool = FALSE,
add = FALSE,
modelFit = NULL,
pch = 19,
lwd = 1.5,
ylim = NULL,
xlab = NULL,
ylab = NULL,
...
)
x |
a paleoTS object |
nse |
the number of standard errors represented by the error bars on the plot; defaults to 1 |
pool |
logical indicating if variances should be pooled across samples for the purposes of displaying error bars; defaults to FALSE |
add |
logical, if TRUE, adds to existing plot |
modelFit |
optional model fit from fitting functions |
pch |
plotting symbol, defaults to 19 |
lwd |
line width, defaults to 1.5 |
ylim |
optional, y-limits of the plot |
xlab |
a title for the x axis |
ylab |
a title for the y axis |
... |
other arguments passed to plotting functions |
The results are plotted.
Kjetil Lysne Voje
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.