Learn R Programming

EcoSimR (version 0.1.0)

var_diff: VarDiff Size Overlap Ratio Metric

Description

Function to calculate the variance in size differences between adjacent, ordered species. If there is a tendency towards a constant absolute size difference between adjacent species, this variance will be relatively small. Alternatively, if some adjacent species are close in size, but others are very distant, this variance will be large. Small variances might be indicative of assemblages in which there is a competitively-based limit to similarity.

Usage

var_diff(m = runif(20))

Arguments

m
a vector of non-negative trait measures, one for each species

Value

Returns the variance of the absolute difference between adjacent, ordered values.

References

Poole, R.W. and B.J. Rathcke. 1979. Regularity, randomness, and aggregation in flowering phenologies. Science 203:470-471.

Simberloff, D. and W.J. Boecklen. 1981. Santa Rosalia reconsidered: size ratios and competition. Evolution 35: 1206-1228.

Examples

Run this code
SizeDifVar <- var_diff(rgamma(20,shape=3,scale=2))

Run the code above in your browser using DataLab