[R] Axis positions

Filoche pmassicotte at hotmail.com
Wed Feb 16 10:45:54 CET 2011


Hi everyone.

I would like to modify the axis on my plot. 

First, I would like to make a plot without the box. so I use :

plot(x,y, axes = FALSE, type = 'l')

Then, I call :

axis(1, tck = -0.02)
axis(2, tck = -0.02)

to have X and Y axis appear. However, I would like them to join at the
origin instead of having a space between the 2 axis. I can't find the
parameter to modify to get this result.

Secondly, is it possible to center X and Y axis so the origin is right in
the center of the graph.

With regards,
Phil
-- 
View this message in context: http://r.789695.n4.nabble.com/Axis-positions-tp3308473p3308473.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list