powered by
Bounded between +0.1 (avoidance), +1.0 (random feeding), and infinity (preference).
ivlev_forage(r, p, log10 = FALSE)
(Numeric) Resource utilisation.
(Numeric) Resource availability.
(Logical) If TRUE, transform the value with log10().
TRUE
log10()
A numeric vector.
# NOT RUN { data(moth_distrib) ivlev_forage(moth_distrib$r, moth_distrib$p, log10 = FALSE) ivlev_forage(moth_distrib$r, moth_distrib$p, log10 = TRUE) # }
Run the code above in your browser using DataLab