adja4nbn {rbmn}R Documentation

adjacency matrix of a /nbn/

Description

returns a dimnamed matrix indicating with 1 an arc from row to column nodes (0 everywhere else); i.e. the adjacency matrix.

Usage

adja4nbn(nbn)

Arguments

nbn

The initial nbn object.

Value

A dimnamed matrix

Examples

 adja4nbn(rbmn0nbn.04);

[Package rbmn version 0.9-6 Index]