| show_abcd | R Documentation |
Draw ABCD linear dynamics phase plane flow
show_abcd(
a,
b,
c,
d,
which = c("both", "x", "y"),
show_sign = FALSE,
pow = 0.3
)
a, |
b, c, d: Four components of the dynamics matrix. |
which |
Which variable(s) to show the positive side of the nullcline in color |
show_sign |
When |
pow |
Exponent to use for display length versus actual length of a flow vector |
pow can be used to make the very short flow vectors near the origin look
bigger. Default is 0.3.
Znotes::show_abcd(-.5, -1, 1, .7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.