.networkTempBetaDiversityFamilies | R Documentation |
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.
.networkTempBetaDiversityFamilies(
i,
web1.ls,
web2.ls,
dietcat,
charMatch,
method,
mode = "composition"
)
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 |
mode |
is passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.