edge-class {giRaph}R Documentation

Virtual Class "edge"

Description

Virtual Class for all edges

Objects from the Class

A virtual Class: No objects may be created from it.

Methods

areTheSame
signature(x = "edge", y = "edge"): always returns FALSE, implementing the idea that two edges of different kind are never the same

Author(s)

Jens Henrik Badsberg, Claus Dethlefsen, Luca La Rocca

See Also

undirectedEdge-class, directedEdge-class and edgeList-class.


[Package giRaph version 0.1-1 Index]