plot.manet {manet}R Documentation

Plotting the output from the multiple allocation clustering.

Description

This function plots the output of the manet function.

Usage

## S3 method for class '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

data(deepsouth)
ds<-manet(deepsouth,K=2,maxT=100)
plot(ds)

[Package manet version 2.0 Index]