Re: [R] Simple R graph question

2011-07-08 Thread Duncan Mackay
At 07:12 09/07/2011, you wrote: Dear jholtman, Thanks for the reply & sorry for the been unclear before. My desire graph is to have multiply plots showing Y1,Y2,Y3 with the same X, were each plot is month-year (e.g., 5-2001, 6-2001, etc). It ill be great if each Y can have a different line and

Re: [R] Simple R graph question

2011-07-08 Thread ashz
Dear jholtman, Thanks for the reply & sorry for the been unclear before. My desire graph is to have multiply plots showing Y1,Y2,Y3 with the same X, were each plot is month-year (e.g., 5-2001, 6-2001, etc). It ill be great if each Y can have a different line and point style. The Lattice graph

Re: [R] Simple R graph question

2011-07-08 Thread jim holtman
A little more specificity required; sample of the data, do you want multiple plots each with a single variable, or do you want them all on one plot as lines/areas/points/etc. Do you want then broken down by year, month, or some other way. It is easy to generate plots once you know what you want.

[R] Simple R graph question

2011-07-08 Thread ashz
Dear All, I have several objects (imported from excel via using “xlsx”) with the field names: Month/Year, X, Y1, Y2, Y3. What is the best library/way to generate a graph which will be consist of multiple plots (Month/Year) that each contain the X, Y1, Y2, Y3 dataset. Thanks a lot. Cheers, Asher