Please, how to fill the area under the curve?

x <- c(1:10)
y <- c(rnorm(10))
plot(x,y)
lines(x,y)

Thanks,
Mauricio Cardeal

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to