Message-ID: <v04003a02b534b99c6f20@[128.200.28.182]>
Date: 2000-05-02T17:01:37Z
From: Tony Long
Subject: tick marks on mfrow=c(3,3) plot (with simple example)
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._