| graph.full {igraph} | R Documentation |
Create a full graph
Description
graph.full() was renamed to make_full_graph() to create a more
consistent API.
Usage
graph.full(n, directed = FALSE, loops = FALSE)
Arguments
n |
Number of vertices. |
directed |
Whether to create a directed graph. |
loops |
Whether to add self-loops to the graph. |
[Package igraph version 2.2.1 Index]