Ingestion rate as Holling’s Type II functional response.
The functional response of grazers (feeding rate depending on grass biomass) is usually described as a “Type II” of the types formulated by Crawford Stanley Holling (1959) [27].
Intake rate is expressed as a hyperbolically saturating (‘Michalig-Menten’) function:
is the maximum intake rate: the asymptote of the function curve. (gDM/m²) is the dry-matter forage (grass) density and (gDM/m²) is a species-specific half-saturation constant at which the herbivore reaches half of its maximum ingestion rate. This model is primarily empirical and does not represent any underlying mechanisms. The parameter does not generally scale with body mass and usually needs to be derived from field observations of the particular species.
Note
Illius & O’Connor (2000) and Pachzelt et al. (2013) also call “beta” (β).
The forage density at which the intake rate of a herbivore is half of its maximum. The unit can be freely chosen, but must correspond to the parameter density in get_intake_rate().
max_intake
Maximum intake rate; the asymptote of the functional response curve. The unit can be freely chosen as mass or energy per day or per minute etc.
Exceptions
std::invalid_argument
If either half_max_density or max_intake is not a positive number.