Learn R Programming

miic (version 2.0.3)

plot.miic: Basic plot function of a miic network inference result

Description

This function calls export to build a plottable object from the result returned by miic and plot it.

Usage

# S3 method for miic
plot(x, method = "igraph", pcor_palette = NULL, ...)

Arguments

x

[a miic object, required]

The object returned by miic execution.

method

[a string, optional, default value "igraph"]

The plotting method, currently only "igraph" is supported.

pcor_palette

[a color palette, optional, default value grDevices::colorRampPalette(c("blue", "darkgrey", "red")]

Used to represent the partial correlations (the color of the edges). The palette must be able to handle 201 shades to cover the correlation range from -100 to +100.

...

Additional plotting parameters. See the corresponding plot function for the complete list.

For igraph, see igraph.plotting.

Details

See the documentation of export for further details.

See Also

export for graphical exports, igraph.plotting