plot.bigergm {bigergm} | R Documentation |
Plot the network with the found clusters
Description
This function plots the network with the found clusters. The nodes are colored according to the found clusters.
Note that the function uses the network
package for plotting the network and should therefore not be used for large networks with more than 1-2 K vertices
Usage
## S3 method for class 'bigergm'
plot(x, ...)
Arguments
x |
The output of the bigergm function |
... |
Additional arguments, to be passed to lower-level functions |
[Package bigergm version 1.2.1 Index]