get_bipartite: Get bipartite labels

View source: R/network-kanalysis.R

get_bipartiteR Documentation

Get bipartite labels

Description

Add guild labels to a bipartite network

Usage

get_bipartite(g, str_guild_a = "Plant", str_guild_b = "Pollinator",
  plot_graphs = FALSE)

Arguments

g

is the newtork in igraph::graph format

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

Examples

get_bipartite(result_analysis$graph, str_guild_a = "Plant", str_guild_b = "Fungus")

jgalgarra/kcorebip documentation built on Jan. 12, 2024, 11:47 p.m.