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 March 5, 2025, 3:35 a.m.