[R] suppress tick labels
Sundar Dorai-Raj
sundar.dorai-raj at pdf.com
Thu Dec 1 18:14:40 CET 2005
Sebastian Leuzinger wrote:
> hello,
> 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.
Not really suppressing them, but you could you do the following:
plot(1:10, col.axis = "transparent")
I'm not sure if this solution is device independent.
--sundar
More information about the R-help
mailing list