Description Usage Arguments Value
Merges the papers passed to it into one node. This is used when removing loops to make the citation net acyclic. If A cites B and B cites A, this will become node AB, with their outgoing and ingoing edges pooled together.
1 | make_loops_into_families(loops, g)
|
loops |
A list of loops, each a vector with node ids. |
g |
The citation igraph network. |
A data frame with the information extracted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.