Description Usage Arguments Value Examples
View source: R/getPrecipitation.R
This function retrieves monthly precipitation, minimum and maximum temperatures for a given area from PRISM model output hosted by the USGS Geo Data Portal (GDP)
1 | getPrecipitation(start, end, geometry, att, val = NA)
|
start |
start date in format 'YYYY-MM-DD' |
end |
end date in format 'YYYY-MM-DD' |
geometry |
name of geometry as displayed in GDP |
att |
attribute of geometry as displayed in GDP |
val |
values of attribute as displayed in GDP |
monthly precipitation, averaged spatially over geometry
1 2 3 4 5 | ## Not run:
prcp <- getPrecipitation('2010-01-01', '2010-12-31', 'sample:Counties', 'STATE',
'RI')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.