View source: R/network-kanalysis.R
read_and_analyze | R Documentation |
Reads and analyzes a network from a file
read_and_analyze(directorystr, network_file, label_strguilda, label_strguildb)
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 |
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
p <- read_and_analyze("../data","M_PL_003.csv","Plant","Pollinator")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.