View source: R/topological_sort.R
is_dag | R Documentation |
Directed Acyclic Graph (DAG)
Checks whether a graph is a Directed Acyclic Graph (DAG)
is_dag(graph)
graph |
( |
logical(1)
TRUE
if the graph is a DAG
; FALSE
otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.