fw.metrics: Derives structural metrics to each food web matrix

View source: R/fw.metrics.R

fw.metricsR Documentation

Derives structural metrics to each food web matrix

Description

Derives structural metrics to each food web matrix

Usage

fw.metrics(list1)

Arguments

list1

List with the interaction matrices

Value

A list of vectors with each metric (number of nodes, number of links, link density, connectance, compartmentalization, maximum trophic level).

Examples

data(mg1)
metric_mg1 <- fw.metrics(mg1)

FMestre1/fw_package documentation built on March 24, 2022, 1:27 a.m.