bipartite.projection.size {igraph} | R Documentation |
Project a bipartite graph
Description
bipartite.projection.size()
was renamed to bipartite_projection_size()
to create a more
consistent API.
Usage
bipartite.projection.size(graph, types = NULL)
Arguments
graph |
The input graph. It can be directed, but edge directions are ignored during the computation. |
types |
An optional vertex type vector to use instead of the
‘ |
[Package igraph version 2.0.3 Index]