get_edge_table: Get edge property table for each network

View source: R/get_edge_table.R

get_edge_tableR Documentation

Get edge property table for each network

Description

Get edge property table for each network in the list with multiple networks.

Usage

get_edge_table(network_list)

Arguments

network_list

a list with multiple networks; all the networks should be trans_network object created from trans_network class of microeco package.

Value

list, with res_edge_table in each network

Examples

data(soil_amp_network)
soil_amp_network <- get_edge_table(soil_amp_network)


meconetcomp documentation built on Nov. 18, 2023, 5:06 p.m.