layout.cl: Layout with Louvain clusters

View source: R/layout.R

layout.clR Documentation

Layout with Louvain clusters

Description

Layout with Louvain clusters

Usage

layout.cl(
  graph,
  decompose = TRUE,
  n = 3,
  remove.isolates = FALSE,
  isolates.distance = 0.2,
  isolates.cloud.size = 1.2,
  ...
)

Arguments

graph
decompose
n
remove.isolates
isolates.distance
isolates.cloud.size
...

Examples

data(den)
den.culture   <- has.tags(den, "Culture", result = "den")
graph         <- elite.network(den.culture, result = "affil")
plot(layout.cl(graph, decompose = TRUE, isolates.distance = 0.8, isolates.cloud.size = 1.5))

antongrau/eliter documentation built on March 2, 2024, 8:05 p.m.