Learn R Programming

meconetcomp (version 0.6.1)

cal_network_attr: 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)

Value

data.frame

Arguments

network_list

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

Examples

Run this code
data(soil_amp_network)
test <- cal_network_attr(soil_amp_network)

Run the code above in your browser using DataLab