[R] Axis labels

bogdan romocea br44114 at gmail.com
Tue May 2 18:29:16 CEST 2006


plot(1:10,axes=FALSE)
axis(1,at=1:10,labels=10:1)
axis(2,at=1:10,labels=5*10:1)
box()


> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of
> Christopher Brown
> Sent: Tuesday, May 02, 2006 12:13 PM
> To: r-help at stat.math.ethz.ch
> Subject: [R] Axis labels
>
> I cannot find a way to apply custom axis tick label text. Is
> there a way?
>
> ______________________________________________
> R-help at 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
>




More information about the R-help mailing list