graph.compose: Compose two graphs as binary relations

View source: R/operators.R

graph.composeR Documentation

Compose two graphs as binary relations

Description

[Deprecated]

graph.compose() was renamed to compose() to create a more consistent API.

Usage

graph.compose(g1, g2, byname = "auto")

Arguments

g1

The first input graph.

g2

The second input graph.

byname

A logical scalar, or the character scalar auto. Whether to perform the operation based on symbolic vertex names. If it is auto, that means TRUE if both graphs are named and FALSE otherwise. A warning is generated if auto and one graph, but not both graphs are named.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.