niche.overlap.boot.pair(spaa)
niche.overlap.boot.pair()所属R语言包:spaa
Niche overlap boostrap utility function
生态位重叠自举效用函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute the bootstrap value between two vectors. This is a internal function called by niche.overlap.boot, users are encouraged to use the latter function.
计算两个向量之间的自举值。这是一个内部的函数调用niche.overlap.boot,鼓励用户使用后者的功能。
用法----------Usage----------
niche.overlap.boot.pair(vectorA, vectorB, method = c("levins", "schoener", "petraitis", "pianka", "czech", "morisita"), times = 999, quant = c(0.025, 0.975))
参数----------Arguments----------
参数:vectorA
A numerical vector including species A's abundance or value of importance.
一个数值向量,包括物种的数量或价值的重要性。
参数:vectorB
A numerical vector including species B's abundance or value of importance.
一个数值向量,包括物种B的数量或价值的重要性。
参数:method
Niche overlap indeces to be applied.
应用生态位重叠选取的。
参数:times
Number of bootstraps
数白手起家
参数:quant
Confidence interval of the bootstrap results.
自举结果的置信区间。
Details
详细信息----------Details----------
To do.
要做到。
值----------Value----------
This function will return a vector including the following elements: "Observed","Boot mean","Boot std","Boot CI1", "Boot CI2", "times"
这个函数将返回一个向量,其中包括下列内容:"Observed","Boot mean","Boot std","Boot CI1", "Boot CI2", "times"
注意----------Note----------
Users are ecouraged to call niche.overlap.boot rather than this function.
用户ecouraged调用“niche.overlap.boot,而不是此功能。
(作者)----------Author(s)----------
Jinlong Zhang <a href="mailto:jinlongzhang01@gmail.com">jinlongzhang01@gmail.com</a>
参考文献----------References----------
Zhang Jin-tun,(2004 ) Quantitative Ecology, Science Press, Beijing
参见----------See Also----------
niche.overlap.boot
niche.overlap.boot
实例----------Examples----------
### niche.overlap.boot.pair() example[##niche.overlap.boot.pair()的例子]
data(datasample)
niche.overlap.boot.pair(datasample[,1],datasample[,2], method = "levins")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|