R/gambin_exp.R

Defines functions gambin_exp

Documented in gambin_exp

#' @rdname dgambin
#' @export
gambin_exp = function(alpha, maxoctave, w = 1, total_species)
{
  dgambin(0:maxoctave, alpha, w, maxoctave) * total_species
}

Try the gambin package in your browser

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

gambin documentation built on April 17, 2021, 1:06 a.m.