plot.miic {miic} | R Documentation |
Basic plot function of a miic network inference result
Description
This function calls miic.export
to build a
plottable object from the result returned by miic
and plot it.
Usage
## S3 method for class 'miic'
plot(x, method = "igraph", ...)
Arguments
x |
[a miic graph object]
The graph object returned by |
method |
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 |
Details
See the documentation of miic.export
for further
details.
See Also
miic.export
for generic exports,
getIgraph
for igraph export,
igraph.plotting
[Package miic version 1.5.3 Index]