R/indh.R

Defines functions indh

Documented in indh indh

##' Independent handling time function
##' @param s size vector of prey
##' @param m handling time
##' @param n scaler parameter
##' @export

indh <- function(s,m,n) {rep(m,length.out=length(s))}
eahamman/Predator.Diversity documentation built on April 28, 2022, 5:48 p.m.