Description Usage Arguments Value
This function does not yet work properly. The idea is to use the wordlayout function of the wordcloud package to arrange nodes in order to prevent label overlap.
1 2 | reduceLabelOverlap(g, labeldist_coef = 1.5, cex_from_device = F,
label.attr = "label", labelsize.attr = "label.cex")
|
g |
A graph in the Igraph format, which has the g$layout attribute (set by using the layout. functions) |
fontsize_multiplier |
The wordlayout function takes fontsize into account to determine overlap. As a temporary solution, increasing font size decreased label overlap (but messes up the network if done extremely) |
a network layout, to be assigned to g$layout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.