suppress tick labels
I think the question was about the __tick mark__ labels not the __axis__ labels. The standard way of dealing with this is, as Sebastian said, to draw customized axes. However, par(lab=c(1,5,5)) reduces the number of tick mark labels to 2 at the range of the axes, apparently, if that helps. lab=c(0,5,5)), which one might try to remove the labels, gives an error. -- Bert Gunter Genentech Non-Clinical Statistics South San Francisco, CA "The business of the statistician is to catalyze the scientific learning process." - George E. P. Box
-----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Paul Roebuck Sent: Thursday, December 01, 2005 8:19 AM To: R Help Mailing List Subject: Re: [R] suppress tick labels On Thu, 1 Dec 2005, Sebastian Leuzinger wrote:
is R able to suppress tick labels (not tick marks)? i know there is a way around this with axes=F and then draw new axes, but it would be easier to suppress them in the first place.
Something wrong with setting them to null string?
plot(rnorm(20), xlab="", ylab="")
---------------------------------------------------------- SIGSIG -- signature too long (core dumped)
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html