Learn R Programming

rbmn (version 0.9-6)

adja4nbn: 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)

Value

A dimnamed matrix

Arguments

nbn

The initial nbn object.

Examples

Run this code
 adja4nbn(rbmn0nbn.04);

Run the code above in your browser using DataLab