getIgraph {miic} | R Documentation |
Igraph plotting function for miic
Description
This functions returns an igraph object built from the result
returned by miic
.
Usage
getIgraph(miic.res)
Arguments
miic.res |
[a miic graph object] The graph object returned by the miic execution. |
Details
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.
Value
An igraph graph object.
See Also
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.