niche.overlap.pair(spaa)
niche.overlap.pair()所属R语言包:spaa
Niche overlap between one pair of species.
生态位重叠1双物种之间。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute niche overlap index between one pair of species. Users are encouraged to used niche.overlap istead of this function.
计算在一对物种的生态位重叠指数。我们鼓励用户使用niche.overlap istead此功能。
用法----------Usage----------
niche.overlap.pair(vectA, vectB, method = c("levins", "schoener", "petraitis", "pianka", "czech", "morisita"))
参数----------Arguments----------
参数:vectA
A numerical vector including species A's abundance or value of importance.
一个数值向量,包括物种的数量或价值的重要性。
参数:vectB
A numerical vector including species B's abundance or value of importance.
一个数值向量,包括物种B的数量或价值的重要性。
参数:method
Niche overlap index to be applied.
生态位重叠指数得到应用。
Details
详细信息----------Details----------
None
无
值----------Value----------
Niche overlap index.
生态位重叠指数。
(作者)----------Author(s)----------
Jinlong Zhang <a href="mailto:jinlongzhang01@gmail.com">jinlongzhang01@gmail.com</a>
参考文献----------References----------
Zhang Jin-tun,(2004 ) Quantitative Ecology, Science Press, Beijing
Nicholas J. Gotelli. 2000. Null model analysis of species co-occurrence patterns. Ecology 81:2606-2621. http://esapubs.org/archive/ecol/E081/022/EcoSim
参见----------See Also----------
niche.overlap
niche.overlap
实例----------Examples----------
### niche.overlap.pair() example[##niche.overlap.pair()的例子]
data(datasample)
niche.overlap.pair(datasample[,1],datasample[,2], method = "levins")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|