Skip to content
Back to formatted view

Raw Message

Message-ID: <438F2F80.9080704@pdf.com>
Date: 2005-12-01T17:14:40Z
From: Sundar Dorai-Raj
Subject: suppress tick labels
In-Reply-To: <200512011658.26515.Sebastian.Leuzinger@unibas.ch>

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