This function calls miic.export
to build a
plottable object from the result returned by miic
and plot it.
# S3 method for miic
plot(x, method = "igraph", ...)
[a miic graph object]
The graph object returned by miic
.
A string representing the plotting method. Default to "igraph". Currently only "igraph" is supported.
Additional plotting parameters. See the corresponding plot function
for the complete list.
For igraph, see igraph.plotting
.
See the documentation of miic.export
for further
details.
miic.export
for generic exports,
getIgraph
for igraph export,
igraph.plotting