mat {Z10} | R Documentation |
Return the Mean Annual Temperature at a site
Description
This function calculates the miniumum, mean, and maximum temperature values for a site over its period of record.
Usage
mat(site)
Arguments
site |
Parameter of class character. The NEON site data should be downloaded for. |
Value
A list of min, mean and max temperature values at the site, in centigrade
Author(s)
Robert Lee rhlee@colorado.edu
See Also
Currently none
Examples
## Not run:
cper=Z10::mat(site = "CPER")
## End(Not run)
[Package Z10 version 0.1.0 Index]