Re: [R] matplot help

2008-07-15 Thread Boyce, Morgan
,xlab="",xaxt="n") title(main="Checkable Deposits & Currency", cex=0.5) axis(1, at=1:z, labels=quarters) From: Gabor Grothendieck [mailto:[EMAIL PROTECTED] Sent: Thu 7/10/2008 10:00 AM To: Boyce, Morgan; Michael Rennie Cc: r-help@

Re: [R] matplot help

2008-07-10 Thread Gabor Grothendieck
>> Q1-61 26.462 3.272 >> Q2-61 27.769 3.863 >> Q3-61 27.903 4.606 >> Q4-61 31.673 4.1 >> Q1-62 28.211 5.395 >> Q2-62 29.469 5.554 >> Q3-62 30.249 4.903 >> >> Mike, >> >> Is there a way to have the .DESC vector as the values on th

Re: [R] matplot help

2008-07-10 Thread Michael Rennie
lues on the X-axis? I tried > 'xlim' but it didn't recognize Q1-60, Q3-62. > > Using 'xaxp' it appears that it can not handle non-numeric arguments? Am I > missing something? > > Thanks again, > > Morgan > > Fro

[R] matplot help

2008-07-09 Thread Boyce, Morgan
Hi, My question is how do I gain control over what values the X and Y axis show. Below is a sample plot I have made and want the X axis to represent a time vector with values taking the form Q1.60, Q2.60, Q3.60...Q1.90..etc...Currently the X axis starts with value 0 and increases by 1 through t