View source: R/NET_manipulation_func.R
| is.acyclic | R Documentation | 
is.acyclic This function is from bnstruct R package. Check if the directed
graph is acyclic.
is.acyclic(g)
g | 
 adajcency matrix of given network/graph.  | 
boolean of length 1
is.acyclic(matrix(c(1,rep(0,20)), nrow=3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.