daily.temp.stats: Return daily temperature statistics for a site

Description Usage Arguments Value Author(s) See Also Examples

View source: R/daily_temp_stats.R

Description

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

Usage

1
daily.temp.stats(site, bgn.date, end.date)

Arguments

site

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

bgn.date

Optional. The start date of the period to generate statistics for. If not supplied, the first date of NEON data will be used.

end.date

Optional. The end date of the period to generate statistics for. If not supplied, the last date of NEON data will be used.

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

1
2
3
4
## Not run: 
cper=Z10::daily.temp.stats(site = "CPER")

## End(Not run)

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

Related to daily.temp.stats in Z10...