[R] Axis labels

Christopher Brown c-b at asu.edu
Tue May 2 18:48:24 CEST 2006


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

Thanks.




More information about the R-help mailing list