alonso(untb)
alonso()所属R语言包:untb
Various functions from Alonso and McKane 2004
从2004年阿隆索和McKane的各种功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Various functions from Alonso and McKane 2004 dealing with analytical solutions of a neutral model of biodiversity
从2004年阿隆索和McKane的交易的各种功能与生物多样性的一个中立的模型分析解决方案
用法----------Usage----------
alonso.eqn6(JM, n, theta)
alonso.eqn11(J, n, theta)
alonso.eqn12(J, n, theta, give=FALSE)
参数----------Arguments----------
参数:J,JM
Size of the community and metacommunity respectively
社会和集合群落的大小,
参数:n
Abundance
丰富
参数:theta
Biodiversity constant
生物多样性不变
参数:give
In function alonso.eqn12(), Boolean with default FALSE meaning to return the value of the integral, and TRUE meaning to return the full output of integrate()
在功能alonso.eqn12(),默认FALSE这意味着返回值的积分,和TRUE的这意味着返回的输出作为integrate()布尔
Details
详细信息----------Details----------
Notation follows that of Alonso and McKane 2004
记法,2004年阿隆索和McKane的
注意----------Note----------
Function alonso.eqn6() is identical to function vallade.eqn5()
功能alonso.eqn6()相同的功能vallade.eqn5()
(作者)----------Author(s)----------
Robin K. S. Hankin
参考文献----------References----------
实例----------Examples----------
J <- 100
plot(1:J , alonso.eqn11(J,n=1:J,
theta=5),log="y",type="l",xlab="n",ylab=expression(S(n)),main="Eqns
11 and 12 of Alonso and McKane")
points(1:J , alonso.eqn12(J,n=1:J, theta=5),type="l",lty=2)
legend("topright",legend=c("equation 11","equation 12"),lty=1:2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|