Learn R Programming

giRaph (version 0.0.0.11)

adjacencyList-class: Class "adjacencyList"

Description

A class for adjacency list representation of multi-graphs

Arguments

Objects from the Class

Objects can be created by calls of the form new("adjacencyList",id,pa,ne).

Extends

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

Warning

All input numeric identifiers that are greater than the actual number of vertices are silently discarded by the constructor.

See Also

adjacencyList and multiGraph-class