dot-networkTempBetaDiversityFamilies: NETWORK BETA DIVERSITY PER FAMILY USING WEBS AS INPUTS

.networkTempBetaDiversityFamiliesR Documentation

NETWORK BETA DIVERSITY PER FAMILY USING WEBS AS INPUTS

Description

Internal function used to calculate pairwise beta-diversity for two networks per species family. The network pairs to compare should have the same positions in the network lists supplied - e.g. the first network in list 1 is compared with the first network in list 2, the second network in list 1 is compared with the second network in list 2, and so on.

Usage

.networkTempBetaDiversityFamilies(
  i,
  web1.ls,
  web2.ls,
  dietcat,
  charMatch,
  method,
  mode = "composition"
)

Arguments

i

is the index to subset network lists by (e.g. pixel name if calculating temporal beta-diversity)

web1.ls

is a list of networks to be indexed by i

web2.ls

is a list of networks to be indexed by i

dietcat

diet categories (i.e., lowest trophic level nodes that are ubiquitous across all networks)

charMatch

is used to subset species in the networks beloging to a specific family.

method

is passed to networkTempBetaDiv

mode

is passed to networkTempBetaDiv


CeresBarros/ToolsCB documentation built on Aug. 23, 2024, 4:22 p.m.