getIgraph: Igraph plotting function for miic

Description Usage Arguments Details Value See Also

View source: R/miic.export.R

Description

This functions returns an igraph object built from the result returned by miic.

Usage

1
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.


miic documentation built on Jan. 13, 2021, 10:34 a.m.

Related to getIgraph in miic...