clusterByModule: Controller function available to the user to display

Description Usage Arguments Examples

View source: R/visualizeAndCheckInput.R

Description

Controller function available to the user to display

Usage

1
clusterByModule(edges, vert, displayCommunity = TRUE)

Arguments

edges

valid edges as described by igraph::graph_from_data_frame

vert

valid verticies as described by igraph::graph_from_data_frame

displayCommunity

a boolean flag to choose to display community markers (community markers is TRUE, no community markers is FALSE)

Examples

1
2
3
4
5
6
7
## Not run: 
load("./data/exampleEdge.Rda")
load("./data/exampleVert.Rda")
clusterByModule(edges, vert, displayCommunity=FALSE)
clusterByModule(edges, vert, displayCommunity=TRUE)

## End(Not run)

raywoo32/modCluster documentation built on Dec. 8, 2019, 3:05 p.m.