Get Growth Rates

get_growth_rates(
  temperature,
  prey_density,
  floodplain = FALSE,
  transitions = fallRunDSM::bioenergetics_transitions
)

Arguments

temperature

in Celsius to be used to lookup appropriate transition matrix

prey_density

one of "low", "med", "hi", or "max"

floodplain

boolean indicating whether lookup is for floodplain growth transition

Value

a matrix or matrices of size 4x4 corresponding to the approraite growth rate

Examples

ic_growth_rates <- get_growth_rates(10, "low", floodplain = FALSE)