[R] Axes intercept

R. A. Bilonick bilonickra at upmc.edu
Thu Jul 1 00:16:21 CEST 2010


On Mon, 2010-06-28 at 10:48 -0400, Robert Baer wrote:
> y=rnorm(100)
> x=abs(y)
> plot(x, y, axes=FALSE)
> axis(1, pos=0)
> axis(2)
> box() 

It's nice to know that R tends to make nice graphics by default. But you
can have R do not so great graphics (like Excel and other programs that
make really bad graphics) if you are willing to take the time!



More information about the R-help mailing list