View source: R/vectorfield_eq.R
find_eqs | R Documentation |
Find equilibrium points for a vector field
find_eqs(vf, starts, jacobian_params = list(), ...)
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 |
A list of equilibrium points and their details. Use print.vectorfield_eqs()
to inspect it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.