Find equilibrium points for a vector field
Usage
find_eqs(vf, starts, jacobian_params = list(), ...)Arguments
- vf
A
vectorfieldobject estimated byfit_2d_vf().- starts
A vector indicating the starting value for solving the equilibrium point, or a list of vectors providing multiple starting values together.
- jacobian_params
Parameters passed to
numDeriv::jacobian().- ...
Parameters passed to
rootSolve::multiroot().
