remove_out | R Documentation |
Remove outliers water Values
remove_out(results_dt, min = NULL, max = NULL, NAN = T)
results_dt |
Output from |
min |
minimal accepted water value |
max |
maximal accepted water value |
NAN |
boolean. True to replace outlier values by 'NaN' and False to replace them by 'min' and 'max' values |
a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.