trait.asm: Produces simulated communities based on species attributes
Description
trait.asm
calculates phylogenetic biodiversity metricsUsage
trait.asm(a, m = 1000, meanSR = NULL, interval = c(0.001, 10),
exponential = TRUE, Pscale = 1)
Arguments
a
species attributes (e.g., traits like body size)
m
number of communities to be simulated
meanSR
target mean species richness across simulated communities
interval
adjust to obtain meanSR
exponential
use the exponential distribution when simulating communities
Pscale
adjust this value when not using the exponential distribution in order to scale the species richnesses in the simulated communities
Details
Simulates a set of communties based on the supplied attribute (trait) where larger values make it more likely for species to be in the communities.References
Helmus M., Mercado-Silva N. & Vander Zanden M.J. (2013). Subsidies to predators, apparent competition and the phylogenetic structure of prey communities. Oecologia, 173, 997-1007.Examples
Run this codedata(laja)
trait.asm(laja$fish.pref)
Run the code above in your browser using DataLab