| climdiv.poly {climdiv} | R Documentation |
Polygon List Object containing U.S. Climate Division boundaries.
data(climdiv.poly) plot(climdiv.poly
This data set allows you to plot filled polygons for each climate division.
See attributes(climdiv.poly)$region.id for climate division IDs.
<ftp://nsdi.usgs.gov/pub/dsdl/climate_div.tar.gz>
This data set was extracted from a shapefile and converted to a polygon object using the maptools library in R.
http://water.usgs.gov/GIS/metadata/usgswrd/XML/climate_div.xml http://lwf.ncdc.noaa.gov/oa/climate/onlineprod/drought/ftppage.html
#plot the western climate divisions colored by state
data(col.coolhot20)
data(climdiv.poly)
quartz()
plot(climdiv.poly,border=FALSE, col=assign.poly.color(c("CA","NV","AZ","NM","CO","UT","WY","MT","ID","WA","OR"), col.coolhot20[5:15],climdiv.poly), xlim=c(-125,-102))