do.nothing {WaMaSim} | R Documentation |
Rehabilitation strategy: no pipe replacement, repairs only
Description
Dummy strategy to model no rehabilitation at all.
Usage
do.nothing(state)
Arguments
state |
a state list |
Value
a state list
Author(s)
Andreas Scheidegger
See Also
replace.n.highest.risk
,
replace.n.oldest
, replace.n.random
, replace.older.than
,
replace.more.failures.than
Examples
## define a strategy function that can be passed to simulate_network():
mystrategy <- . %>% do.nothing
[Package WaMaSim version 1.0.0 Index]