get.Communities: Get communities from a graph

Description Usage Arguments Details

Description

Get the communities in a graph. It First decomposes the graph into components and then uses igraph's various community detection algorithms to detect communities in a graph.

Usage

1
get.Communities(g,num.nodes = 2,calgo = walktrap.community)

Arguments

g

igraph object

num.nodes

Number of nodes to keep in the community.

calgo

The community algorithm to use to find the communities.

Details

Get the communities in a graph


abhik1368/netpredictor documentation built on May 10, 2019, 4:09 a.m.