df0 {ecostatscale} | R Documentation |
Simulate deterministic dynamics of a N competing species
Description
Helper function for symdynN, used to simulate dynamics between disturbance events.
Usage
df0(time, state, pars)
Arguments
time |
time step - ignored, but required for consistency with ode function |
state |
vector of current states |
pars |
parameter list, including matrix A with full interaction matrix (and growth rates along the diagonal) |
Value
rate of change for each species
[Package ecostatscale version 1.1 Index]