plot_bipartite: Plot bipartite graph using ggnet2

Description Usage Arguments Author(s)

Description

Plot bipartite graph using ggnet2

Usage

1
plot_bipartite(v1, v2, G, ..., quiet = FALSE)

Arguments

v1

vector of vertex identifiers for subgraph g1. All vertex identifiers need to be present in the graph G.

v2

vector of vertex identifiers for subgraph g2. All vertex identifiers need to be present in the graph G.

G

igraph object of which v1 and v2 vertices will be used to create a subgraph.

...

arguments to be passed into ggnet2.

Author(s)

Christopher Nobles, Ph.D.


cnobles/spraphal documentation built on May 28, 2019, 7:35 p.m.