read_network: Functions for k-core decompose a bipartite graph and...

View source: R/network-kanalysis.R

read_networkR Documentation

Functions for k-core decompose a bipartite graph and computing some newtork indexes Reads a network interaction matrix from a CSV file

Description

Args: namenetwork: CSV file that contains the interaction matrix guild_a, guild_b: Identifier of the guild of species of each class. Default "pl" (plant) "pol" (pollinator) directory: directory where newtork CSVs are located

Usage

read_network(
  namenetwork,
  guild_astr = "pl",
  guild_bstr = "pol",
  directory = ""
)

Details

Return List: graph: Newtork as an igraph object m : Interaction matrix num_guild_b : number of species of guild_b num_guild_a" : number of species of guild_a names_guild_a : names of nodes of guild_a names_guild_b : names of species of guild_b


jgalgarra/kcorebip documentation built on June 14, 2025, 12:33 a.m.