Re: [R] plot, xlim to cut data set

2012-01-09 Thread Jean V Adams
Alaios wrote on 01/09/2012 10:28:28 AM: > Dear all, > I would like to tell plot to limit the plotted area into values (for > the x axis) that are from X1 to X2. > I have tried to use xlim=c(X1,X2) inside plot.. but unfortunately > this does only change the labeling of the xaxis and not the values

[R] plot, xlim to cut data set

2012-01-09 Thread Alaios
Dear all, I would like to tell plot to limit the plotted area into values (for the x axis) that are from X1 to X2. I have tried to use xlim=c(X1,X2) inside plot.. but unfortunately this does only change the labeling of the xaxis and not the values plotted there. How I can do that in R? B.R Alex