[R] inverted axis

Jason Turner jasont at indigoindustrial.co.nz
Wed Mar 20 11:51:14 CET 2002


On Wed, Mar 20, 2002 at 09:41:04AM +0200, Juhana Vartiainen wrote:
> (X,BR2) is plotted with X on horizontal and BR2 on vertical axis
> (X, BR1) is plotted with X on vertical axis and BR1 on horizontal axis.

help(plot)
help(points)

as in

plot(X,BR2) 
points(BR1,X) 

help(par), with attention to "pch" would also probably help.

This, and more, is all in "An Introduction to R" - $RHOME/doc/R-intro.pdf

Cheers

Jason
-- 
Indigo Industrial Controls Ltd.
64-21-343-545
jasont at indigoindustrial.co.nz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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