[R] Suppress only the x-axis tick mark labels XXXX

David Winsemius dwinsemius at comcast.net
Fri Oct 7 18:04:51 CEST 2011


On Oct 7, 2011, at 11:15 AM, Dan Abner wrote:

> Hi everyone,
>
> How does one suppress only the x-axis tick mark labels (not the tick  
> marks
> themselves, I want those and the entire y-axis labels and marks) in  
> the
> plot() fn?
>

Perhaps:

  xaxt="n"

(Followed by an axis call to put the x-ticks in.)

-- 
David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list