map {Z10}R Documentation

Return the Mean Annual Precipitation statistics for a site

Description

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

Usage

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

## Not run: 
cper=Z10::map(site = "CPER")

## End(Not run)

[Package Z10 version 0.1.0 Index]