Learn R Programming

Z10 (version 0.1.0)

mat: 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

See Also

Currently none

Examples

Run this code
# NOT RUN {
cper=Z10::mat(site = "CPER")
# }

Run the code above in your browser using DataLab