Produces an object suitable to pass as the funcresp
to spec_rescomp()
.
Creates a Monod functional response with maximum growth rate mumax
and half saturation constant ks
.
mu_ij(R_j) = mumax_ij * R_j / (ks_ij + R_j)
This an alternative parameterisation of a type 2 functional response, typically used with quota rather than efficiency.
funcresp_monod(mumax, ks)
A matrix or rescomp_coefs_matrix
, with one row per species and one column per resource. The maximum growth rate (if using quota) or maximum consumption rate (if using efficiency) of each species on each resource.
A matrix or rescomp_coefs_matrix
, with one row per species and one column per resource. The half saturation constant of each species for each resource; the resource concentration at which growth/consumption rate is half of mumax.
S3 object of class rescomp_funcresp
.
# TODO