This function calls export
to build a
plottable object from the result returned by miic
and plot it.
# S3 method for miic
plot(x, method = "igraph", pcor_palette = NULL, ...)
[a miic object, required]
The object returned by miic
execution.
[a string, optional, default value "igraph"]
The plotting method, currently only "igraph" is supported.
[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
.
See the documentation of export
for further
details.
export
for graphical exports,
igraph.plotting