[R] Scaling Data
Timothy H. Keitt
tklistaddr at keittlab.bio.sunysb.edu
Wed Mar 20 20:52:54 CET 2002
Try
plot(seq(1, 3, length=length(a)), a)
T.
On Wed, 2002-03-20 at 11:50, Mathias Ditzen wrote:
> Sorry to bother you with such a question. I'm new to R and have tried to
> figure it out myself for a while, but well.
> How can I change the scaling of the axis?
> If for example I have:
>
> a<-1:30
> plot(a,type="b")
>
> The axis is scaled from 1 to 30.
>
> plot(a,xlim=c(1,3))
>
> Just shows me the first three entries of a, but not all 30 scaled from 1
> to 3 with 0.1 ticks.
>
> I guess there must be an easy way to do this, but can't find it.
> Thanks for your help,
> Mathias from Berlin
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list