[R] Scaling Data
Mathias Ditzen
mathiasd at zedat.fu-berlin.de
Wed Mar 20 17:50:15 CET 2002
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list