View source: R/network-kanalysis.R
| get_bipartite | R Documentation | 
Add guild labels to a bipartite network
get_bipartite(
  g,
  str_guild_a = "Plant",
  str_guild_b = "Pollinator",
  plot_graphs = FALSE
)
g | 
 is the newtork in   | 
plot_graphs | 
 set to FALSE, deprecated, kept for backwards compatibility  | 
strg_guild_a | 
 is a the label of the class of guild a nodes  | 
strg_guild_b | 
 is a the label of the class of guild b nodes  | 
get_bipartite(result_analysis$graph, str_guild_a = "Plant", str_guild_b = "Fungus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.