post_process: Fill the rest of reservoir states water values

View source: R/post_process.R

post_processR Documentation

Fill the rest of reservoir states water values

Description

Fill the rest of reservoir states water values

Usage

post_process(
  results_dt,
  max_cost = 3000,
  min_cost = 0,
  full_imputation = FALSE,
  impute_method = "pmm",
  fix = F,
  min_vu = 0.5,
  max_vu = 1000,
  blocker = F
)

Arguments

results_dt

Output from watervalues or Grid_Matrix.

max_cost

maximal accepted water value (Replace by 'NA' crossed values)

min_cost

minimal accepted water value (Replace by 'NA' crossed values)

full_imputation

boolean. use 'max_cost' and 'min_cost' to impute the missing values

impute_method

impute method. check methods in help(mice)

fix

Boolean. Fill missing values with constant values

min_vu

minimal water value to use in fix strategy

max_vu

maximal water value to use in fix strategy

blocker

Boolean False to launch two times the post_process function recursively.

Value

a data.table


dhia-gharsallaoui/watervalues documentation built on Dec. 1, 2022, 5:18 a.m.