read_and_analyze: Reads and analyzes a network from a file

View source: R/network-kanalysis.R

read_and_analyzeR Documentation

Reads and analyzes a network from a file

Description

Reads and analyzes a network from a file

Usage

read_and_analyze(directorystr, network_file, label_strguilda, label_strguildb)

Arguments

directorystr

where the network file is stored

network_file

is the file name that contains the interaction matrix

label_strguilda

name of the guild B of nodes

Value

calc_vals a list containing the following objects

  • "result_analysis" a full network analysis

  • "str_guild_a" list of nodes of Guild A

  • "str_guild_b" list of nodes of Guild B

  • "name_guild_a" name of Guild A

  • "network_name" network name

Examples

p <- read_and_analyze("../data","M_PL_003.csv","Plant","Pollinator")

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