graphData-methods {Rgraphviz} | R Documentation |
Attributes of a graph can be accessed using graphData
.
The attributes could be defined using graphDataDefaults
.
graphData(self, attr) graphData(self, attr) <- value
self |
A Ragraph-class instance |
attr |
A character vector of length one specifying the
name of a graph attribute |
value |
A character vector to store as the attribute values |
Li Long <li.long@isb-sib.ch>