Description Usage Arguments Value
A function to handle rolling window calculations. This function was developed to prepare total coliform values for assessment.
1 | rolling(.group, .date, .value, .rolling_days, .min_n, .fun)
|
.group |
a vector representing group identifier. |
.date |
a date vector representing collection dates. |
.value |
a numeric vector of parameter values. |
.rolling_days |
a single numeric value indicating the number of days that should be used to create the rolling window. |
.min_n |
a single numeric value representing the minimum number of samples required. |
.fun |
a function to summarize the |
a data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.