[R] Suppressing tick labels?

2008-12-02 Thread Graham Smith
I am trying to suppress the tick labels on the x-axis of the following: barchart(richness[Wood==V]~Sample[Wood==V]) I have tried col.axis=white I have tried removing the axis all together with axes=FALSE I have tried xaxt=n I have also tried labels=c(label1, label2) to replace the default

Re: [R] Suppressing tick labels?

2008-12-02 Thread William Dunlap
[R] Suppressing tick labels? Graham Smith myotisone at gmail.com Tue Dec 2 21:26:03 CET 2008 I am trying to suppress the tick labels on the x-axis of the following: barchart(richness[Wood==V]~Sample[Wood==V]) Use the scales= argument. E.g. d-data.frame(richness=log(1:12), Wood=rep(c