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

Description Usage Arguments Value Examples

View source: R/plot.manet.R

Description

This function plots the output of the manet function.

Usage

1
2
## 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

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

manet documentation built on May 2, 2019, 2:31 a.m.

Related to plot.manet in manet...