graph.full: Create a full graph

View source: R/make.R

graph.fullR Documentation

Create a full graph

Description

[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.


igraph/rigraph documentation built on June 28, 2024, 7:13 a.m.