graph.compose() was renamed to compose() to create a more
consistent API.
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 isauto, that meansTRUEif both graphs are named andFALSEotherwise. A warning is generated ifautoand one graph, but not both graphs are named.
