Hi guys, This is a very beginner question. Anybody willing to help?
for(i in 1:1000) x=29.5 + i/500 y=2x plot(y,x) The idea is to produce 1000 values of x and y then plot them. Cheers, Eddie [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org 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.