Learn R Programming

manet (version 2.0)

plot.manet: Plotting the output from the multiple allocation clustering.

Description

This function plots the output of the manet function.

Usage

# S3 method for manet
plot(x, seed = 1, layout = layout_nicely, ...)

Arguments

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.

Value

An actor-event network with events as round circles and actors as squared circles with the different colours corresponding to the identified communities.

Examples

Run this code
# NOT RUN {
data(deepsouth)
ds<-manet(deepsouth,K=2,maxT=100)
plot(ds)
# }

Run the code above in your browser using DataLab