Get and set attributes for the nodes of a graph object
Attributes of the nodes of a graph can be accessed using
nodeData
. The attributes must be defined using
nodeDataDefaults
. You can ommit the n
argument
to retrieve attributes for all nodes in the graph. You can ommit the
attr
argument to retrieve all attributes.
nodeData(self, n, attr) nodeData(self, n, attr) <- value
self |
A |
n |
A |
attr |
A |
value |
An R object to store as the attribute value |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.