Skip to contents

[Deprecated]

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.