is.dag {igraph} | R Documentation |
Directed acyclic graphs
Description
is.dag()
was renamed to is_dag()
to create a more
consistent API.
Usage
is.dag(graph)
Arguments
graph |
The input graph. It may be undirected, in which case
|
[Package igraph version 2.0.3 Index]