niche.overlap.boot(spaa)
niche.overlap.boot()所属R语言包:spaa
Boostrap of niche overlap
自举的生态位重叠
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Boostrap of niche overlap between species.
自举物种之间的生态位重叠。
用法----------Usage----------
niche.overlap.boot(mat, method = c("levins", "schoener", "petraitis", "pianka", "czech", "morisita"), times = 999, quant = c(0.025, 0.975))
参数----------Arguments----------
参数:mat
A community data matrix with each column for each species, and each row for each plot.
一个社区数据矩阵的每一个物种,每一列和每一行的每一个图。
参数:method
Index of niche overlap.
生态位重叠的索引。
参数:times
Number of bootstrap to be implemented
引导到
参数:quant
Quantile of bootstrap results, the confidence intervals.
位数的bootstrap结果的置信区间。
Details
详细信息----------Details----------
To be added.
无以复加。
值----------Value----------
a data frame with each row for each pair of species , the columns are "Observed","Boot mean","Boot std","Boot CI1", "Boot CI2", "times"
与每一行的数据框的每个对物种中,列"Observed","Boot mean","Boot std","Boot CI1", "Boot CI2", "times"
(作者)----------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.boot.pair
niche.overlap.boot.pair
实例----------Examples----------
data(datasample)
niche.overlap.boot(datasample[,1:4], method = "levins")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|