daily.precip.totals {Z10} | R Documentation |
This function calculates the daily precipitation totals over the specified date range
daily.precip.totals(site, bgn.date, end.date)
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. |
A data frame of primary and secondary precipitation totals by date. Totals are in millimeters.
Robert Lee rhlee@colorado.edu
Currently none
## Not run:
# Return the entire period of record at CPER
cper=Z10::daily.precip.totals(site = "CPER")
## End(Not run)