Arc | R Documentation |
An arc represents a transition.
Arc(from, to, rate, label = NULL, edge = NULL)
from |
the name of the compartment that this flow originates. |
to |
the name of the compartment that this flow goes to. |
rate |
the rate of the flow, i.e., the label. An R expression |
label |
the property of the label, speficied by the Label function. |
edge |
the property for the arc, such as "bend left" (or "(") or "bend right" (or ")"). |
a character holding the tikz command for the property of the label
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.