Hello. I am relatively new to R and trying to figure out how go about
graphing something like this: http://www.math.yorku.ca/SCS/Gallery/images/NYweather.jpg
Specifically, I am having a hard time graphing the mean, min, and max
temperatures as they are depicted on that graph. When I plot the same
data using plot(Date,Mean_Temperature, col="black", type="line"), the
lines are all over the place, instead of neatly arranged in that
accordian-like manner.
Where should I start?
______________________________________________
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.