cal_network_attr: Calculate network topological property for each network

View source: R/cal_network_attr.R

cal_network_attrR Documentation

Calculate network topological property for each network

Description

Calculate the topological properties of all the networks and merge the results into one table.

Usage

cal_network_attr(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

data.frame

Examples

data(soil_amp_network)
test <- cal_network_attr(soil_amp_network)


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