Make parameter matrix
create_matrix_parameter(BM, b0, bprey, bpred, E, T.K, T0, k)
A matrix filled with estimated values for a model parameter that depends on prey and predator body masses (see details)
float vector, body mass of species.
const
const
const
const
Celsius to Kelvin conversion
Default temperature in Kelvin
Boltzmann constant
Make a parameter matrix that depends on both predators and prey and that is used to define attack rates and handling times based on the general allometric equation: $$p_{i,j} = b_0 * BM_i^{bprey} * BM_j^{bpred} * exp(-E * (T0-T.K) / (k * T.K * T0))$$