- time
Vector of time steps corresponding to observations in species data.frame.
- species
A data.frame with one column per species to be fitted.
Note - column names cannot include white spaces or non-standard special characters.
- N_starting
Optional starting values for initial abundances.
- r_starting
Optional starting values for species growth rates. If a value is set to zero, it
#forces that parameter to zero in the fitting. Values of NA are ignored. Defaults to NULL (no starting values).
- A_starting
Optional starting values for species interaction coefficients. If a value is set to zero, it
#forces that parameter to zero in the fitting. Values of NA are ignored. Defaults to NULL (no starting values).
- doplot
Logical. Should the resulting model be plotted? Defaults to TRUE.
- keeptimes
Should predictions be given for the points in the "time" vector, or for a list of 100 evenly spaced time points? Defaults to FALSE.
- parm_signs
Optional variable specifying signs for parameters. Defaults to NULL (automatically selected).
- doopt
Should optimizer be used (if TRUE), or should the initial linearized estimates by applied (if FALSE)? Defaults to TRUE.
- ...
Optional additional arguments to be passed to ode and optim functions.