R/BH_species_fitness.R

Defines functions BH_species_fitness

BH_species_fitness <- function(lambda, competitive_response){
  (lambda-1)/competitive_response
}

Try the cxr package in your browser

Any scripts or data that you put into this service are public.

cxr documentation built on Oct. 27, 2023, 1:08 a.m.