get_growth_rates.Rd
Get Growth Rates
get_growth_rates(
temperature,
prey_density,
floodplain = FALSE,
transitions = fallRunDSM::bioenergetics_transitions
)
in Celsius to be used to lookup appropriate transition matrix
one of "low", "med", "hi", or "max"
boolean indicating whether lookup is for floodplain growth transition
a matrix or matrices of size 4x4 corresponding to the approraite growth rate
ic_growth_rates <- get_growth_rates(10, "low", floodplain = FALSE)