plot.loess.simpleboot | R Documentation |
Plot loess lines with bootstrap standard errors.
## S3 method for class 'loess.simpleboot'
plot(x, add = FALSE, all.lines = FALSE, ...)
x |
An object of class |
add |
Should the loess line be plotted over the current plot? |
all.lines |
Should we plot each of the individual loess lines from the bootstrap samples? |
... |
Other arguments passed to |
plot
constructs (and plots) the original loess fit and +/- 2
bootstrap standard errors at locations specified in the new.xpts
in loess.boot
(or on an evenly spaced grid).
Nothing is returned.
Roger D. Peng
## See the help page for `loess.boot' for an example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.