daily.precip.totals: Return daily precipitation totals for a site

Description Usage Arguments Value Author(s) See Also Examples

View source: R/daily_precip_totals.R

Description

This function calculates the daily precipitation totals over the specified date range

Usage

1
daily.precip.totals(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 data frame of primary and secondary precipitation totals by date. Totals are in millimeters.

Author(s)

Robert Lee rhlee@colorado.edu

See Also

Currently none

Examples

1
2
3
4
5
## Not run: 
# Return the entire period of record at CPER
cper=Z10::daily.precip.totals(site = "CPER")

## End(Not run)

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

Related to daily.precip.totals in Z10...