Description Usage Arguments Value Examples
hyet_aggregate
uses a predefined time step value to
aggregate precipitation records in a hyetograph
1 | hyet_aggregate(hyet, time_step, units = "mins")
|
hyet |
a hyetograph from |
time_step |
an integer specifying the time step value. |
units |
a character string specifying a time unit. Valid units are "mins" and "hours" |
a tibble with the aggregated hyetograph
1 | prec30min <- prec5min %>% hyet_aggregate(30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.