plot_network {HeteroGGM} | R Documentation |
Visualization of network structures.
Description
Visualization of network structures.
Usage
plot_network(summ, num_subgroup = 1, plot.mfrow,
vertex.size=2,vertex.label.cex=0.7,
vertex.label.dist=0.75, edge.width = 0.1, l=0)
Arguments
summ |
A list, the summary of the resulting network structures. |
num_subgroup |
Int/vector, the subgroup numbering. |
plot.mfrow |
Figure Layout. |
vertex.size |
The vertex size. |
vertex.label.cex |
The vertex label size. |
vertex.label.dist |
The distance of vertex labels. |
edge.width |
The edge width. |
l |
Node Coordinates. |
Value
Visualization of network structure
[Package HeteroGGM version 1.0.1 Index]