tbr_sd: Time-Based Rolling Standard Deviation

Description Usage Arguments Value See Also Examples

View source: R/tbr_sd.R

Description

Time-Based Rolling Standard Deviation

Usage

1
tbr_sd(.tbl, x, tcolumn, unit = "years", n, na.rm = FALSE)

Arguments

.tbl

a data frame with at least two variables; time column formatted as date, date/time and value column.

x

column containing the values to calculate the standard deviation.

tcolumn

formatted time column.

unit

character, one of "years", "months", "weeks", "days", "hours", "minutes", "seconds"

n

numeric, describing the length of the time window.

na.rm

logical. Should missing values be removed?

Value

tibble with column for the rolling sd.

See Also

sd

Examples

1
tbr_sd(Dissolved_Oxygen, x = Average_DO, tcolumn = Date, unit = "years", n = 5)

tbrf documentation built on April 14, 2020, 7:10 p.m.