View source: R/module_04_keyword.R
plot the communities. result of any community detection algo, here Louvain method
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")
|
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 |
edge.color |
see |
edge.curved |
see |
edge.arrow.mode |
see |
edge.arrow.size |
see |
vertex.color |
see |
vertex.frame.color |
see |
vertex.label.color |
see |
vertex.label.family |
see |
bg |
see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.