Skip to contents

Determines if given adjacency matrix represents a DAG

Usage

.isdag(G)

Arguments

G

An adjacency matrix

Value

TRUE if A represents a DAG; FALSE otherwise

Examples

ISDAG(G)
#> Error in ISDAG(G): could not find function "ISDAG"