Re: [R] Basic doubt on ylim

2010-04-21 Thread Jim Lemon
On 04/21/2010 05:21 AM, poliveira wrote: Hi all, I'm a newbie with R and with a very basic question. Can I define the minor unit for ylim? For example, I have a y scale ranging from 1 to 14, jumping automatically every 2 units, but I want it to jump 1 unit at a time...is it possible? I tried so

Re: [R] Basic doubt on ylim

2010-04-20 Thread David Winsemius
There's a worked example of using axis() at the bottom of ?plot.default On Apr 20, 2010, at 4:48 PM, Ivan Calandra wrote: Hi, Take a look at ?par and especially the xaxp argument. I'm not quite sure, but if it's not this one, it's probably another one in par() HTH, Ivan Le 20-Apr-10 21:21

Re: [R] Basic doubt on ylim

2010-04-20 Thread Ivan Calandra
Hi, Take a look at ?par and especially the xaxp argument. I'm not quite sure, but if it's not this one, it's probably another one in par() HTH, Ivan Le 20-Apr-10 21:21, poliveira a écrit : > Hi all, > > I'm a newbie with R and with a very basic question. > Can I define the minor unit for ylim?

[R] Basic doubt on ylim

2010-04-20 Thread poliveira
Hi all, I'm a newbie with R and with a very basic question. Can I define the minor unit for ylim? For example, I have a y scale ranging from 1 to 14, jumping automatically every 2 units, but I want it to jump 1 unit at a time...is it possible? I tried something like >boxplot(bla[,1], xlim=c(1,15