R/make.R
graph.full.Rd
graph.full() was renamed to make_full_graph() to create a more consistent API.
graph.full()
make_full_graph()
graph.full(n, directed = FALSE, loops = FALSE)
Number of vertices.
Whether to create a directed graph.
Whether to add self-loops to the graph.