Unified approach to query a graph about its properties (based partly on functionality from gRbase and functionality imported from RBGL).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | querygraph(object, op, set = NULL, set2 = NULL, set3 = NULL)
qgraph(object, op, set = NULL, set2 = NULL, set3 = NULL)
ancestors(set, object)
ancestralSet(set, object)
parents(set, object)
children(set, object)
closure(set, object)
simplicialNodes(object)
ancestralGraph(set, object)
is.complete(object, set = NULL)
is.decomposition(set, set2, set3, object)
is.simplicial(set, object)
|
object |
A graph. |
op |
The operation or query. |
set, set2, set3 |
Sets of nodes in graph. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.