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