View source: R/LV_project_alpha_pairwise_lambdacov_global_alphacov_pairwise.R
| LV_project_alpha_pairwise_lambdacov_global_alphacov_pairwise | R Documentation | 
Lotka-Volterra model for projecting abundances, with specific alpha values and global covariate effects on alpha and lambda
LV_project_alpha_pairwise_lambdacov_global_alphacov_pairwise(
  lambda,
  alpha_intra,
  alpha_inter,
  lambda_cov,
  alpha_cov,
  abundance,
  covariates
)
lambda | 
 named 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 named numeric vectors with effects of each covariate over alpha values.  | 
abundance | 
 named numeric vector of abundances in the previous timestep.  | 
covariates | 
 matrix with observations in rows and covariates in named columns. Each cell is the value of a covariate in a given observation.  | 
numeric abundance projected one timestep
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.