route_bypass.Rd
Determines if juveniles remain in the bypass or out migrate
route_bypass(
bypass_fish,
bypass_habitat,
migration_survival_rate,
territory_size,
stochastic,
hypothesis,
filling_fn = fallRunDSM::fill_regional,
filling_args = NULL
)
IP-117068
An n by 4 matrix of juvenile fish by watershed and size class
A vector of available habitat in square meters
The outmigration survival rate
Array of juvenile fish territory requirements for fill_regional
TRUE
FALSE
value indicating if model is being run stochastically
Movement hypothesis to use for routing
optional filling function to use in routing procedure, by default it uses fallRunDSM::fill_regional
when passing custom filling function, pass function specific arguments as a list here