| plot.manet | R Documentation |
This function plots the output of the manet function.
## S3 method for class 'manet' plot(x, seed = 1, layout = layout_nicely, ...)
x |
A manet object. |
seed |
Random seed. Default is 1. |
layout |
Layout of the network from the igraph package. Default is layout_nicely. |
... |
Additional inputs to the igraph function. |
An actor-event network with events as round circles and actors as squared circles with the different colours corresponding to the identified communities.
data(deepsouth) ds<-manet(deepsouth,K=2,maxT=100) plot(ds)