Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

make_full_citation_graph

Create a complete (full) citation graph


Description

make_full_citation_graph creates a full citation graph. This is a directed graph, where every i->j edge is present if and only if j<i. If directed=FALSE then the graph is just a full graph.

Usage

make_full_citation_graph(n, directed = TRUE)

full_citation_graph(...)

Arguments

n

The number of vertices.

directed

Whether to create a directed graph.

...

Passed to make_full_citation_graph.

Value

An igraph graph.

See Also

Examples

print_all(make_full_citation_graph(10))

igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.