powered by
maplot(x, y, n = 10000, subset = NULL, xlab = NULL, ylab = NULL, curve.add = TRUE, curve.col = 2, curve.span = 1/2, curve.lwd = 2, curve.n = 2000, ...)
length(x)
n
x
y
TRUE
loess
span
plot
n <- 10000 signal <- runif(n,4,15) bias <- (signal/5 - 2)^2 x <- signal + rnorm(n) y <- signal + bias + rnorm(n) maplot(x,y)
Run the code above in your browser using DataLab