is.DAG: Checks whether a graphNEL object is a DAG

Description Usage Arguments Value

View source: R/progressionGraph.R

Description

Returns true if an graphNEL object is a directed acyclic graph. Specifically if edgemode(graph) == "directed" and the graph contains no cycles.

Usage

1
is.DAG(graph)

Arguments

graph

An object of type graphNEL

Value

True if DAG, false otherwise


scientific-computing-solutions/badminton documentation built on May 29, 2019, 3:43 p.m.