generalGraph-class {graph}R Documentation

Class "generalGraph" ~~~

Description

~~ A concise (1-5 lines) description of what the class is. ~~

Objects from the Class

Objects can be created by calls of the form new("generalGraph", nodes, edges).

Slots

nodes:
Object of class "hashtable"
edges:
Object of class "hashtable"
edgemode:
Object of class "character", from class "graph"

Extends

Class "graph", directly.

Methods

coerce
signature(from = "graphNEL", to = "generalGraph"): ...
initialize
signature(.Object = "generalGraph"): ...

Author(s)

R. Gentleman

See Also

Examples

##---- Should be DIRECTLY executable !! ----

[Package graph version 1.8.0 Index]