map {Z10} | R Documentation |
This function calculates the daily miniumum, mean, and maximum precipitation values for a site over its period of record.
map(site)
site |
Parameter of class character. The NEON site data should be downloaded for. |
A list of min, mean and max precipitaiton values at the site, in milimeters
Robert Lee rhlee@colorado.edu
Currently none
## Not run:
cper=Z10::map(site = "CPER")
## End(Not run)