Skip to content

how to specify the Oy axis length

2 messages · ikuzar, R. Michael Weylandt

#
Hi, 

I'd like to plot a point: plot(1,2)
I use RStudio. 
I'd like to know how to specify the length of Oy axis. I 'd like to put 20
as length of Oy but , by default, I 've got 2.5.

Thanks for your help

--
View this message in context: http://r.789695.n4.nabble.com/how-to-specify-the-Oy-axis-length-tp4372937p4372937.html
Sent from the R help mailing list archive at Nabble.com.
#
Perhaps the ylim argument to plot()

Michael
On Thu, Feb 9, 2012 at 9:04 AM, ikuzar <razuki at hotmail.fr> wrote: