[R] Plot: Two newbie questions

R.E. Darnell r.e.darnell at ncl.ac.uk
Wed Dec 6 16:58:58 CET 2000


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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list