Learn R Programming

rbmn (version 0.9-6)

adja2arcs: Arc matrix from an adjacency matrix

Description

returns the arc matrix from an adjacency matrix.

Usage

adja2arcs(adj)

Value

a matrix with two columns ("from","to")

Arguments

adj

The adjacency matrix.

Examples

Run this code
 adja2arcs(rbmn0adja.02)

Run the code above in your browser using DataLab