Learn R Programming

giRaph (version 0.1-1)

adjacencyMatrix-class: Class "adjacencyMatrix"

Description

A class for adjacency matrix representation of simple-graphs

Arguments

Objects from the Class

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

Extends

Class "matrix", from data part. Class "structure", by class "matrix". Class "array", by class "matrix". Class "vector", by class "matrix", with explicit coerce.

Warning

All input non-zero diagonal entries are silently changed to zero by the constructor.

See Also

adjacencyMatrix and simpleGraph-class