[R] contourplot by year

2010-07-10 Thread Sally_roman
Hi - I have a dataframe with 4 variables - long, lat, temp and year. I would like to plot temperature by lat and long in contour plots by year. There are 391 data points. When I try contourplot(temp~long*lat|year,data=hake,cuts=10,labels = TRUE,contour = TRUE,pretty = TRUE,region=TRUE) I

Re: [R] contourplot by year

2010-07-10 Thread David Winsemius
On Jul 10, 2010, at 5:58 PM, Sally_roman wrote: Hi - I have a dataframe with 4 variables - long, lat, temp and year. I would like to plot temperature by lat and long in contour plots by year. There are 391 data points. When I try