find_eqs {fitlandr} | R Documentation |
Find equilibrium points for a vector field
Description
Find equilibrium points for a vector field
Usage
find_eqs(vf, starts, jacobian_params = list(), ...)
Arguments
vf |
A |
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 |
... |
Parameters passed to |
Value
A list of equilibrium points and their details. Use print.vectorfield_eqs()
to inspect it.
[Package fitlandr version 0.1.0 Index]