powered by
is_dag(graph)
FALSE
is_dag
g <- make_tree(10) is_dag(g) g2 <- g + edge(5,1) is_dag(g2)
Run the code above in your browser using DataLab