make_net_for_pajek: Removes loops from a network so that Pajek can read it

Description Usage Arguments Details Value

Description

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.

Usage

1

Arguments

NET

An igraph network.

Details

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.

Value

The simplified network.


KleberNeves/milestones documentation built on Dec. 18, 2021, 3:36 a.m.