map: Return the Mean Annual Precipitation statistics for a site

Description Usage Arguments Value Author(s) See Also Examples

View source: R/map.R

Description

This function calculates the daily miniumum, mean, and maximum precipitation values for a site over its period of record.

Usage

1
map(site)

Arguments

site

Parameter of class character. The NEON site data should be downloaded for.

Value

A list of min, mean and max precipitaiton values at the site, in milimeters

Author(s)

Robert Lee rhlee@colorado.edu

See Also

Currently none

Examples

1
2
3
4
## Not run: 
cper=Z10::map(site = "CPER")

## End(Not run)

Z10 documentation built on May 2, 2019, 3:25 a.m.

Related to map in Z10...