On 1 Dec 2005, at 17:58, 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.
>
You mean the numbers below or beside each tick? Looking at ?axis 
suggest that you could  set labels=FALSE to suppress those. It indeed 
seems to work, although you get a warning for each omitted tick label 
(but you must get used to warnings if  you plot()). Try:

plot(rnorm(20), labels=FALSE)

cheers, jari oksanen
--
Jari Oksanen, Oulu, Finland

______________________________________________
R-help@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

Reply via email to