isDAG: Is it a DAG?

Description Usage Arguments

View source: R/isDAG.R

Description

Check if a graph is directed and acyclic, converting the interaction matrix into a positive-only format that can be checked by igraph::is.dag

Usage

1
isDAG(myDAG)

Arguments

myDAG

your input graph, in the form of a matrix with values -1, 0, or +1


cjcarlson/elton documentation built on May 7, 2019, 5 a.m.