eugen pircalabelu <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: >
> I have 4 questions which trouble me: > snip 1-3 > > 4. I want to modify the scale of my axes within a plot but i really > could not find this option. I think there is such an option, but i > can not find it. > x<-rnorm(100, 100, 3) > x<-ts(x, frequency=12) > acf(x) > plot(x) > On the above example, i want to a scale like this > 95,96,97,98,....104,105 (on y) and 1,2,3,4,...7,8 (on x). Instead of looking at ?plot, try: ?plot.default # see the xlim and ylim arguments. -- David Winsemius ______________________________________________ R-help@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.