post_process | R Documentation |
Fill the rest of reservoir states water values
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 )
results_dt |
Output from |
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 |
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. |
a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.