Learn R Programming

Z10 (version 0.1.0)

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

See Also

Currently none

Examples

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

Run the code above in your browser using DataLab