[R] Some more help needed...

Andy Bunn abunn at montana.edu
Mon Jan 19 18:25:02 CET 2004


The R help is sublime - which can be lost on the beginner (it was on
me). See Chapter 12 Graphical procedures of the introduction to R manual
(http://cran.r-project.org/manuals.html). Then read the rest of the
manual before bed.

As for getting red and a solid line?
plot(1:100, log(1:100), type = "l", col = "red", lty = "solid")

Good luck, Andy




More information about the R-help mailing list