is_arid | R Documentation |
Check if a graph is maximal and arid
is_arid(graph)
is_maximal(graph, check = TRUE, ancestral, failure = FALSE)
is_MArG(graph, directed = FALSE, failure = FALSE)
graph |
summary graph or ADMG of class |
failure |
logical: if graph is not maximal, should missing edge be returned? |
directed |
logical: if |
Checks if the graph is both maximal and arid
using the functions is_arid
and is_maximal
.
is_arid()
: check if a graph is arid
is_maximal()
: check if graph is maximal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.