Re: [R] line graph question

2011-03-27 Thread Jim Holtman
?axis Sent from my iPad On Mar 26, 2011, at 18:21, Bulent Arikan wrote: > Hi, > I am working on some line charts and although I have a lot of resources, I > cannot seem to find an answer to this question: how can I set the > incrementation of values on the x-axis values so that I can see all th

Re: [R] line graph question

2011-03-26 Thread Phil Spector
Bulent - Many characteristics of plots are determined by the graphical parameters documented in the help file for the par function. In this case, the xaxp parameter should be useful. Compare plot(1:12,1:12) with plot(1:12,1:12,xaxp=c(0,12,12)) - Phil

Re: [R] line graph question

2011-03-26 Thread Jim Lemon
On 03/27/2011 09:21 AM, Bulent Arikan wrote: Hi, I am working on some line charts and although I have a lot of resources, I cannot seem to find an answer to this question: how can I set the incrementation of values on the x-axis values so that I can see all the groups on this axis. Right now, R p

[R] line graph question

2011-03-26 Thread Bulent Arikan
Hi, I am working on some line charts and although I have a lot of resources, I cannot seem to find an answer to this question: how can I set the incrementation of values on the x-axis values so that I can see all the groups on this axis. Right now, R puts them at increments of 2 (i.e., 2, 4, 6, 8,