This functions returns an igraph object built from the result
returned by miic
.
getIgraph(miic.res)
An igraph graph object.
[a miic graph object] The graph object returned by the miic execution.
Edges attributes are passed to the igraph graph and can be accessed with
e.g. E(g)$partial_correlation
. See miic
for more
details on edge parameters. By default, edges are colored according to the
partial correlation between two nodes conditioned on the conditioning set
(negative is blue, null is gray and positive is red) and their width is
based on the conditional mutual information minus the complexity cost.
miic
for details on edge parameters in the returned object,
igraph.plotting
for the detailed description of the
plotting parameters and layout
for different layouts.