is_MAG | R Documentation |
Check if a graph is maximal and ancestral
is_MAG(graph, directed = FALSE, .top_ord = FALSE)
graph |
an object of class |
directed |
logical: should this be a directed MAG? |
.top_ord |
logical: if computed by ancestral should topological order be returned? |
Checks edge types, and then runs is_ancestral
and
is_maximal
, reports the success of both or the failure of either.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.