Description Usage Arguments Details Value Author(s) Examples
View source: R/time_series_control_charts.R
Get the range of a given set of numbers.
1 | ts_qc_range(.value_col)
|
.value_col |
The time series value column, e.g. discharge counts |
Expects a vector of numbers be supplied
A number
Steven P. Sanderson II, MPH
1 2 | y <- seq(-5:5)
ts_qc_range(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.