Description Usage Arguments Value Note Author(s) See Also Examples
Moralize a directed acyclic graph which means marrying parents and dropping directions.
1 2 3 4 |
object |
A directed acyclic graph represented either as a
|
result |
The representation of the moralized graph. When NULL the representation will be the same as the input object. |
... |
Additional arguments, currently not used |
A moralized graph represented either as a graphNEL
, a
dense matrix
or a sparse dgCMatrix
.
The workhorse is the moralizeMAT
function.
S<c3><b8>ren H<c3><b8>jsgaard, [email protected]
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.