discreteLV: Simulate a discrete-time Lotka-Volterra time series

Description Usage Arguments Value

Description

Simulate discrete-time Lotka-Volterra population dynamics with perturbed growth rates

Usage

1
discreteLV(rmat, alphas, n0s, Is, deltat, simtime)

Arguments

rmat

a matrix with S (number of species) rows and simtime cols containing the growth rates at each time step (potentially perturbed at each time step)

alphas

an S by S matrix of per capita interaction strengths

n0s

a vector of length S containing species abundances

Is

immigration rates

deltat

the size of the time step

simtime

the total number of time steps to simulate

Value

an S by simtime matrix of species abundances at each timestep


elsander/PredictImportance documentation built on May 5, 2019, 3:49 a.m.