Learn R Programming

giRaph (version 0.1-1)

undirectedEdge-class: Class "undirectedEdge"

Description

Class for undirected edges

Arguments

Objects from the Class

Objects can be created by calls of the form new("undirectedEdge", ...) which admit short-hands of the form u(...).

Extends

Class "edge", directly. Class "integer", from data part. Class "vector", by class "integer". Class "numeric", by class "integer".

Warning

The constructor will try to handle any vector input by silently transforming it into a list of strictly positive integers.

See Also

edge-class, directedEdge-class, edgeList-class and u.