Description Usage Arguments Examples
Orients as many edges as possible in a partially directed acyclic graph (PDAG) by converting induced subgraphs X -> Y – Z to X -> Y -> Z.
1 | orientPDAG(x)
|
x |
the input graph, a PDAG. |
1 | orientPDAG( "pdag { x -> y -- z }" )
|
pdag {
x
y
z
x -> y
y -> z
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.