Plot: Two newbie questions
Hauke Hildebrandt <Hauke.Hildebrandt at iup.uni-heidelberg.de> writes:
Hi! I would like to 1) Put a title on a page with several plots (aligned witn mfrow=(x,y)).
use mtext
2) Turn the y axis upside down, ie high values at the bottom, large ones at the top.
Try plot(x, -y, axes=FALSE) axis(1) axis(2) [...] or wait til Peter D gives a much more cunning method Cheers Ross Darnell -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._