Skip to contents

Return the adjacency matrix of the directed acyclic graph representing the structure of a network.

Usage

dag(x)

# S4 method for BN
dag(x)

Arguments

x

an object.

Value

matrix containing the adjacency matrix of the directed acyclic graph representing the structure of the object.