fisher(untb)
fisher()所属R语言包:untb
Various functionality to implement Fisher's logseries
各种功能实施费舍尔的logseries的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Various functions connected to Fisher's logseries including creation of synthetic datasets and estimation of Fisher's alpha
各种功能连接到费舍尔的合成数据集,包括创建和费舍尔的阿尔法估计logseries
用法----------Usage----------
fishers.alpha(N, S, give=FALSE)
fisher.ecosystem(N, S, nmax, alpha=NULL, c=0)
参数----------Arguments----------
参数:N
Size of the ecosystem. In the case of fisher.ecosystem(), the expected size of the ecosystem
生态系统的大小。在箱子fisher.ecosystem(),对生态系统的预期大小
参数:S
Number of species in ecosystem
在生态系统中的物种数
参数:alpha
In function fisher.ecosystem(), Fisher's alpha. If not supplied, it will be calculated from N and S.
在功能fisher.ecosystem(),费舍尔的alpha。如果没有提供,它会计算从N和S。
参数:give
In function fishers.alpha(), Boolean variable with default FALSE meaning to return alpha, and TRUE meaning to return a list containing x and alpha.
在函数fishers.alpha(),布尔变量默认FALSE这意味着返回阿尔法,和TRUE的这意味着返回一个列表,其中包含x和alpha。
参数:nmax
In function fisher.ecosystem(), the maximum number of species abundance classes to consider
在功能fisher.ecosystem(),最大数量的物种丰富度类考虑
参数:c
In function fisher.ecosystem(), the rare species advantage term
在函数fisher.ecosystem(),罕见的物种优势术语
Details
详细信息----------Details----------
Function fishers.alpha() solves for alpha given N and S, as per Fisher's table 9, p55.
函数fishers.alpha()解决alpha给N和S,每费舍尔的表9,P55。
Given N and S (or alpha), function fisher.ecosystem() generates a Fisherian ecosystem with expected size N and expected species count S.
由于N和S(或alpha),函数fisher.ecosystem()产生费舍尔的生态系统与预期的大小N和预期的物种数S。
(作者)----------Author(s)----------
Robin K. S. Hankin
参考文献----------References----------
relation between the number of species and the number of individuals in a random sample of an animal population”, Journal of Animal Ecology, volume 12, pp 42–58
实例----------Examples----------
fishers.alpha(N=100000,S=100)
#compare the Table value:[表中的值进行比较:]
100000/10^3.95991
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|