remove_out | R Documentation |
Remove outliers water Values
remove_out(
results_dt,
min = NULL,
max = NULL,
max_vu,
min_vu,
replace_na_method
)
results_dt |
Output from |
min |
minimal accepted water value |
max |
maximal accepted water value |
max_vu |
value to replace values higher than max |
min_vu |
value to replace values lower than min |
replace_na_method |
Method to replace extreme values, either "constant values" to replace by max_vu and min_vu or "extreme values" to replace by the extreme values of the current week |
a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.