bipartite.projection.size: Project a bipartite graph

View source: R/bipartite.R

bipartite.projection.sizeR Documentation

Project a bipartite graph

Description

[Deprecated]

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 ‘type’ vertex attribute. You must supply this argument if the graph has no ‘type’ vertex attribute.


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