LV_project_alpha_global_lambdacov_none_alphacov_none: Lotka-Volterra model for projecting abundances, with a global...

Description Usage Arguments Value

View source: R/LV_project_alpha_global_lambdacov_none_alphacov_none.R

Description

Lotka-Volterra model for projecting abundances, with a global alpha and no covariate effects

Usage

1
2
3
4
5
6
7
8
9
LV_project_alpha_global_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

single numeric value.

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 April 16, 2021, 5:07 p.m.