bipartite_graph_projection | R Documentation |
Apply a bipartite graph projection
bipartite_graph_projection(graph, mode, weight_scheme_function = NULL)
graph |
A bipartite network (the same pair of nodes can *not* have multiple edges) |
mode |
Which of the two nodes the projection should be applied to. TRUE or FALSE |
weight_scheme_function |
When not specified, bipartite_graph_projection will return an intermediate
projection table specifying the deleted node, from_projection, to_projection, from_weight, and to_weight.
This table also contains (N choose 2) rows for every "deleted_node" in the original graph.
When receiving as parameter |
A graph projection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.