[R] Simple R graph question

jim holtman jholtman at gmail.com
Fri Jul 8 14:33:57 CEST 2011


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.  Have you looked at the R-Gallery of plots and is
there one there that you like?

On Fri, Jul 8, 2011 at 4:26 AM, ashz <ashz at walla.co.il> wrote:
> 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
>
>
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Simple-R-graph-question-tp3653493p3653493.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?



More information about the R-help mailing list