get_node_table: Get node property table for each network

View source: R/get_node_table.R

get_node_tableR Documentation

Get node property table for each network

Description

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

Usage

get_node_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.

...

parameter passed to get_node_table function of trans_network class.

Value

list, with res_node_table in each network

Examples


data(soil_amp_network)
soil_amp_network <- get_node_table(soil_amp_network, node_roles = FALSE)


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