search for: data2001q1

Displaying 1 result from an estimated 1 matches for "data2001q1".

2008 Sep 18
2
graphing netCDF files
...TMx <- get.var.ncdf(q1_2001, "x") # columns (eastings) # should return 405 UTMy <- get.var.ncdf(q1_2001, "y") # rows (northings) # should return 287 # plot first 91 days (3 months of the year) for(i in 1:91) { !is.na( image(UTMx, UTMy, z = wat.data2001q1[,,i], col=brewer.pal(8, "YlGnBu"), axes=T, pty="s", ylab="UTM Northing", xlab="UTM Easting", main = "First Quater 2001") ) } As I indicated above the map is displayed on the graphics device. However the orientation is di...