remove_out: Remove outliers water Values

View source: R/post_process.R

remove_outR Documentation

Remove outliers water Values

Description

Remove outliers water Values

Usage

remove_out(
  results_dt,
  min = NULL,
  max = NULL,
  max_vu,
  min_vu,
  replace_na_method
)

Arguments

results_dt

Output from watervalues or Grid_Matrix

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

Value

a data.table


rte-antares-rpackage/antaresWaterValues documentation built on April 24, 2024, 7:25 a.m.