[R] Odp: Basic doubt on ylim
Petr PIKAL
petr.pikal at precheza.cz
Wed Apr 21 08:16:54 CEST 2010
Hi
r-help-bounces at r-project.org napsal dne 20.04.2010 21:21:26:
>
> 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,1)
Maybe changing to
boxplot(bla[,1], ylim=c(1,15,1)
Regards
Petr
>
> and it didn't obbey...
> :( any suggestion??
>
> Cheers from Portugal!
> PatrĂcia
> --
> View this message in context: http://n4.nabble.com/Basic-doubt-on-ylim-
> tp2017891p2017891.html
> Sent from the R help mailing list archive at Nabble.com.
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list