BH_project_alpha_none_lambdacov_none_alphacov_none: Beverton-Holt model for projecting abundances, with no alpha...

View source: R/BH_project_alpha_none_lambdacov_none_alphacov_none.R

BH_project_alpha_none_lambdacov_none_alphacov_noneR Documentation

Beverton-Holt model for projecting abundances, with no alpha and no covariate effects

Description

Beverton-Holt model for projecting abundances, with no alpha and no covariate effects

Usage

BH_project_alpha_none_lambdacov_none_alphacov_none(
  lambda,
  alpha_intra,
  alpha_inter,
  lambda_cov,
  alpha_cov,
  abundance,
  covariates
)

Arguments

lambda

numeric lambda value.

alpha_intra

included for compatibility, not used in this model.

alpha_inter

included for compatibility, not used in this model.

lambda_cov

included for compatibility, not used in this model.

alpha_cov

included for compatibility, not used in this model.

abundance

named numeric vector of abundances in the previous timestep.

covariates

included for compatibility, not used in this model.

Value

numeric abundance projected one timestep


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