phase_line | R Documentation |
Draw a one-dimensional phase space with arrows.
phase_line(tilde, domain, narrows = 15, nix_dyn = FALSE, transform = I)
tilde |
A tilde expression giving the dynamical function |
domain |
The domain to show of the graphics, as in |
narrows |
How many arrows to place on the phase line |
nix_dyn |
If |
transform |
A function to use to make the short arrows
long enough to stand out. Try |
phase_line(4*x*(1-x) ~ x, domain(x=0:1), narrows=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.