graph.full.citation {igraph} | R Documentation |
Create a complete (full) citation graph
Description
graph.full.citation()
was renamed to make_full_citation_graph()
to create a more
consistent API.
Usage
graph.full.citation(n, directed = TRUE)
Arguments
n |
The number of vertices. |
directed |
Whether to create a directed graph. |
[Package igraph version 2.1.4 Index]