expected.abundance(untb)
expected.abundance()所属R语言包:untb
Expected abundances under the neutral model
在中性条件下的模型的预期丰度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a vector of expected abundances of the i-th ranked species under the neutral model
退货预期丰度的向量的第i个排种在中性条件下的模型
用法----------Usage----------
expected.abundance(J, theta)
参数----------Arguments----------
参数:J
Size of the ecosystem
生态系统的大小
参数:theta
Biodiversity parameter
生物多样性参数
值----------Value----------
Returns an object of class count. Species names (capital letters) are assigned by function count().
返回一个对象类count。种名(大写)分配的功能count()。
注意----------Note----------
Function is very slow even for moderate J.
功能很慢,甚至为温和J.
(作者)----------Author(s)----------
Robin K. S. Hankin
参考文献----------References----------
Princeton University Press.
参见----------See Also----------
rand.neutral,count
rand.neutral,count
实例----------Examples----------
expected.abundance(J=10,theta=3)
sum(expected.abundance(J=10,theta=3)) #should be 10[应该是10]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|