[R] tick marks on mfrow=c(3,3) plot (with simple example)
Tony Long
tdlong at uci.edu
Tue May 2 19:01:37 CEST 2000
Sorry:
I should have reproduced the "problem" with a simple example. I do
this below. I think there is likely a switch I can change using par, but
don't know what it is. The problem is the tick marks for the Y- axis are
only on plots in column #1 and for the X-axis in row # 2. Tony
x <- 1:10
y <- 1:10*5
par(mfrow=c(2,2))
plot(x,y)
plot(x,y)
plot(x,y)
plot(x,y)
par(mfrow=c(1,1))
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office)
Tel: (949) 824-5994 (lab)
Fax: (949) 824-2181
email: tdlong at uci.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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