plot.miic {miic} | R Documentation |
This function calls export
to build a
plottable object from the result returned by miic
and plot it.
## S3 method for class 'miic'
plot(x, method = "igraph", pcor_palette = NULL, ...)
x |
[a miic object, required] The object returned by |
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 |
See the documentation of export
for further
details.
export
for graphical exports,
igraph.plotting