Description Usage Arguments Details Value
Removes loops of order up to 4 to simplify the network and make it a direct acyclic graph (DAG). This is necessary so that Pajek can run the main path analysis algorithm.
1 | make_net_for_pajek(NET)
|
NET |
An igraph network. |
Called for the side effects: it will save GML and Pajek files of the network (Historical Citation Net). It will warn you if the resulting network is still not a DAG.
The simplified network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.