Description Usage Arguments Examples
Functions for drawing phase-plane dynamics
1 2 3 4 5 6 7 | streamlines(
dynamics,
domain = list(x = c(0, 1), y = c(0, 1)),
n = 10,
nsteps = 10,
stepsize = 0.05
)
|
dynamics |
a list containing two one-sided formulas specifying
the dynamics, e.g. |
domain |
list of two vectors specifying domain of the initial points of each streamline Vector of length 2 specifying the domain |
n |
number of arrows to draw on a side. $n^2$ will be the number of arrows overall. |
1 | streamlines(list(~ u+v, ~ u - v), stepsize=0.01, n=20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.