View source: R/plot.loess.boot.R
plot.loess.boot | R Documentation |
Plot function for loess.boot object
## S3 method for class 'loess.boot'
plot(x, ...)
x |
A loess.boot object |
... |
Additional arguments passed to plot |
plot of lowess bootstrap
Jeffrey S. Evans <jeffrey_evans@tnc.org>
n=1000
x <- seq(0, 4, length.out=n)
y <- sin(2*x)+ 0.5*x + rnorm(n, sd=0.5)
sb <- loess.boot(x, y, nreps = 99, confidence = 0.90, span = 0.40)
plot(sb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.