graph.full.bipartite: Create a full bipartite graph

View source: R/make.R

graph.full.bipartiteR Documentation

Create a full bipartite graph

Description

[Deprecated]

graph.full.bipartite() was renamed to make_full_bipartite_graph() to create a more consistent API.

Usage

graph.full.bipartite(n1, n2, directed = FALSE, mode = c("all", "out", "in"))

Arguments

n1

The number of vertices of the first kind.

n2

The number of vertices of the second kind.

directed

Logical scalar, whether the graphs is directed.

mode

Scalar giving the kind of edges to create for directed graphs. If this is ‘out’ then all vertices of the first kind are connected to the others; ‘⁠in⁠’ specifies the opposite direction; ‘all’ creates mutual edges. This argument is ignored for undirected graphs.x


igraph/rigraph documentation built on Aug. 16, 2024, 1:38 p.m.