Displaying 1 result from an estimated 1 matches for "ylgnbu".
Did you mean:
ylgnbl
2008 Sep 18
2
graphing netCDF files
...") # 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 distorted pulling the x axis to wide an...