View source: R/create_graphs.R
bipartite_from_data_frame | R Documentation |
Create a two-mode network from a data.frame
bipartite_from_data_frame(df, type1, type2)
df |
data.frame |
type1 |
column name of mode 1 |
type2 |
column name of mode 2 |
two mode network as igraph object
David Schoch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.