Distribute Rainwater Management Measures and run R-Abimo
Source:R/run_rabimo_with_measures.R
run_rabimo_with_measures.RdDistribute Rainwater Management Measures and run R-Abimo
Usage
run_rabimo_with_measures(
blocks,
measures,
config = kwb.rabimo::rabimo_inputs_2020$config,
old_version = FALSE,
...
)Arguments
- blocks
data frame of selected blocks (same columns as in
rabimo_inputs_2020$data)- measures
list with elements
green_roof,unpaved,to_swalerepresenting the target percentages of the total areas corresponding to each measure- config
configuration object, default:
rabimo_inputs_2020$config- old_version
if
TRUEthe old, erroneous version of this function is used (not correctly considering the updated pvd value before calculating the new to_swale values). The default isFALSE.- ...
further arguments passed to
run_rabimo, such assilent = TRUE