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.