niche.overlap.boot.pair.Rdbootstrap the niche overlap indices between a pair of species. This is an internal function used by niche.overlap.boot, use niche.overlap.boot instead.
niche.overlap.boot.pair(vectorA, vectorB, method = c("levins", "schoener", "petraitis", "pianka", "czech", "morisita"), times = 1000, quant = c(0.025, 0.975))
| vectorA | A numeric vector containing species A's abundance or importance value. |
|---|---|
| vectorB | A numeric vector containing species B's abundance or importance value. |
| method | Name of the index to use. |
| times | Number of bootstraps |
| quant | Confidence intervals of the bootstrap results. |
This function will return a vector containing:\
"Observed", \
"Boot mean", \
"Boot std", \
"Boot CI1", \
"Boot CI2", \
"times" \
Zhang Jin-tun,(2004 ) Quantitative Ecology, Science Press, Beijing
Jinlong Zhang jinlongzhang01@gmail.com
This is an internal function, please use niche.overlap.boot.
#> Observed Boot mean Boot std Boot CI1 Boot CI2 times #> 0.921 0.927 0.054 0.814 1.031 1000.000