Node | R Documentation |
An R6 class representing a node in a graph.
A base class to represent a single node in a graph.
new()
Create new Node
object.
Node$new(label = "")
label
An optional label for the node.
A new Node
object.
label()
Return the label of the node.
Node$label()
Label as a character string.
modvars()
Find all the model variables of type ModVar
that have
been specified as values associated with this Node
.
Node$modvars()
An empty list for the base class.
type()
node type
Node$type()
Node
class, as character string.
clone()
The objects of this class are cloneable with this method.
Node$clone(deep = FALSE)
deep
Whether to make a deep clone.
Andrew Sims andrew.sims@newcastle.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.