LV_project_alpha_pairwise_lambdacov_global_alphacov_global: Lotka-Volterra model for projecting abundances, with specific...

Description Usage Arguments Value

View source: R/LV_project_alpha_pairwise_lambdacov_global_alphacov_global.R

Description

Lotka-Volterra model for projecting abundances, with specific alpha values and global covariate effects on alpha and lambda

Usage

1
2
3
4
5
6
7
8
9
LV_project_alpha_pairwise_lambdacov_global_alphacov_global(
  lambda,
  alpha_intra,
  alpha_inter,
  lambda_cov,
  alpha_cov,
  abundance,
  covariates
)

Arguments

lambda

numeric lambda value.

alpha_intra

single numeric value.

alpha_inter

numeric vector with interspecific alpha values.

lambda_cov

numeric vector with effects of covariates over lambda.

alpha_cov

named list of numeric values with effects of each covariate over alpha.

abundance

named numeric vector of abundances in the previous timestep.

covariates

matrix with observations in rows and covariates in columns. Each cell is the value of a covariate in a given observation.

Value

numeric abundance projected one timestep


cxr documentation built on April 16, 2021, 5:07 p.m.