generalGraph-class {graph} | R Documentation |
~~ A concise (1-5 lines) description of what the class is. ~~
Objects can be created by calls of the form new("generalGraph", nodes, edges)
.
nodes
:"hashtable"
edges
:"hashtable"
edgemode
:"character", from class "graph"
Class "graph"
, directly.
signature(from = "graphNEL", to = "generalGraph")
: ... signature(.Object = "generalGraph")
: ... R. Gentleman
##---- Should be DIRECTLY executable !! ----