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
}
mkborregaard/gambin documentation built on Jan. 12, 2023, 4:22 a.m.