make_loops_into_families: Merges papers which are in a citation loop

Description Usage Arguments Value

Description

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.

Usage

1

Arguments

loops

A list of loops, each a vector with node ids.

g

The citation igraph network.

Value

A data frame with the information extracted.


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