spatialEco (version 2.0-2)

plot.loess.boot: Plot Loess Bootstrap

Description

Plot function for loess.boot object

Usage

# S3 method for loess.boot
plot(x, ...)

Value

plot of lowess bootstrap

Arguments

x

A loess.boot object

...

Additional arguments passed to plot

Author

Jeffrey S. Evans <jeffrey_evans@tnc.org>

Examples

Run this code
 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)
                   

Run the code above in your browser using DataLab