[R] axes=F with pairs()
Henrik Andersson
h.andersson at nioo.knaw.nl
Mon Aug 30 16:02:39 CEST 2004
If I want to fiddle with the axes, I normally plot things like this for
instance
plot(1:5,axes=F)
axis(2,labels=letters[1:5])
BUT, if I want to do remove the axes from a scatter plot matrix using i.e.
pairs(cbind(runif(10),runif(10)),axes=F)
I get
Error in plot.default(x[, j], x[, i], xlab = "", ylab = "", axes =
FALSE, :
formal argument "axes" matched by multiple actual arguments
How do I remove the axes ?
-------------------------------------------------------------
Henrik Andersson
Netherlands Institute of Ecology -
Centre for Estuarine and Marine Ecology
P.O. Box 140
4400 AC Yerseke
Phone: +31 113 577473
h.andersson at nioo.knaw.nl
http://www.nioo.knaw.nl/ppages/handersson
More information about the R-help
mailing list