Learn R Programming

giRaph (version 0.1-1)

edgeList-class: Class "edgeList"

Description

Class for multi-sets of edges

Arguments

Objects from the Class

Objects can be created by calls of the form new("edgeList", ...).

Extends

Class "list", from data part. Class "vector", by class "list".

Warning

All non-edge elements of the input list are silently discarded by the constructor.

See Also

edge-class, undirectedEdge-class and directedEdge-class.