VisuComm: plot the communities

Description Usage Arguments

View source: R/module_04_keyword.R

Description

plot the communities. result of any community detection algo, here Louvain method

Usage

1
2
3
4
5
6
VisuComm(g, vsize.prop, vsize.fac = 0.5, vsize.default = 1, esize.prop,
  esize.fac = 0.5, vertex.label.cex, edge.color = "gray90",
  edge.curved = FALSE, edge.arrow.mode = "-", edge.arrow.size = 0.01,
  vertex.color = "gray70", vertex.frame.color = "#df691a",
  vertex.label.color = "black", vertex.label.family = "sans-serif",
  bg = "white")

Arguments

g

igraph network

vsize.prop

One of "uni", "poi" or "deg" to control on what nodes are proportional

vsize.fac

Expansion factor for vertex size

vsize.default

default value for vertex size, e.g. 1 for direct plot or 30 for svg rendering

esize.prop

One of "nbl" or "rel" to control on what edges are proportional

esize.fac

Expansion factor for edge sizes

vertex.label.cex

see igraph.plotting

edge.color

see igraph.plotting

edge.curved

see igraph.plotting

edge.arrow.mode

see igraph.plotting

edge.arrow.size

see igraph.plotting

vertex.color

see igraph.plotting

vertex.frame.color

see igraph.plotting

vertex.label.color

see igraph.plotting

vertex.label.family

see igraph.plotting

bg

see igraph.plotting


Geographie-cites/corpusminer-package documentation built on Dec. 3, 2020, 5:33 a.m.