Re: [R] Labels for matplot x axis

2010-06-22 Thread Nick Torenvliet
Jim, I just checked your help out and everything works fine except the axis labels, I should probably have been more specific. I had already been able to draw the rownames() as labels, what I was looking for was the capacity to define major ticks, and hence draw only every nth rowname on the grap

Re: [R] Labels for matplot x axis

2010-06-22 Thread Jim Lemon
On 06/22/2010 08:05 PM, Nick Torenvliet wrote: Hi all, I've been messing with this for a while now.. myStudy is a matrix of word frequency to date of document/document. As you can see I'm trying to plot the series in the matrix. I'd like three things -- 1- In the plot that gets created the fir

[R] Labels for matplot x axis

2010-06-22 Thread Nick Torenvliet
Hi all, I've been messing with this for a while now.. myStudy is a matrix of word frequency to date of document/document. As you can see I'm trying to plot the series in the matrix. I'd like three things -- 1- In the plot that gets created the first series is a solid line, the rest are dashed...