Description Usage Format Source See Also Examples
Precipitation zones specified for the Wood River Valley and surrounding areas. There are three precipitation zones, each containing a single weather station. Precipitation zones were distributed to maintain the geographic similarity between weather stations and zones.
1 |
An object of SpatialPolygonsDataFrame class containing 3 Polygons and a data.frame with the following variables:
numeric identifier assigned to the polygon.
name of the precipitation zone: “Ketchum”, the northernmost zone with data from the Ketchum National Weather Service coop weather station. “Hailey”, central zone with data from the Hailey 3NNW National Weather Service coop weather station. “Picabo”, southernmost zone with data from the Picabo AgriMet weather station.
Geographic coordinates are in units of meters, in conformance with the North American Datum of 1983 (NAD 83), and placed in the Idaho Transverse Mercator projection (IDTM).
Created using the northing midpoint between weather stations,
see weather.stations
dataset.
1 2 3 4 5 6 | col <- c("#D1F2A5", "#FFC48C", "#F56991")
sp::plot(precip.zones, col = col)
legend("topright", legend = precip.zones@data$PrecipZone, fill = col, bty = "n")
sp::plot(alluvium.extent, add = TRUE)
print(precip.zones)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.