Learn R Programming

giRaph (version 0.1-1)

incidenceMatrix-class: Class "incidenceMatrix"

Description

A class for incidence matrix representation of general graphs

Arguments

Objects from the Class

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

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 zero input rows are discarded by the constructor.

See Also

incidenceMatrix and generalGraph-class