Re: [R] help with making figures

2012-10-05 Thread megalops
Bert,

Can you help me understand your suggestion?  I don't understand how I can
include all 30 sites under the label called site in the xypot code example
you provided.  





--
View this message in context: 
http://r.789695.n4.nabble.com/help-with-making-figures-tp4645074p4645216.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@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.


[R] help with making figures

2012-10-04 Thread megalops
I need to make about 30 figures and I am trying to create a program in R that
will make my life a lot easier.  First I will tell you how my data is setup. 
I have 30 sites and then data for each year at the site.  I have 10 years of
data for each site.   Below is a small chunk of my data to show the format.
20002001200220032004
Site A  50  75  25  55  60
Site B  58  22  68  77  30

I am trying to write a program in R that will create figures showing the
annual data for each individual site.  As opposed to making 30 individual
graphs in Excel.  Any help would be greatly appreciated.  




--
View this message in context: 
http://r.789695.n4.nabble.com/help-with-making-figures-tp4645074.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@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.