Node | R Documentation |
A node in a flowchart represents a compartment.
Node(
name,
label,
at,
shape = Node.shapes,
rounded.corners = TRUE,
fill = NULL,
...
)
name |
the name of the compartment |
label |
the latex label for the compartment |
at |
a numeric vector giving the coordinate of the node |
shape |
a character giving the shape of the compartment |
rounded.corners |
if the shape should use rounded corners |
fill |
an R color for filling the shape |
... |
other properties for the node |
a character holding the tikz command for a node
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.