graph.compose {igraph} | R Documentation |
Compose two graphs as binary relations
Description
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 |
[Package igraph version 2.0.3 Index]