preston(untb)
preston()所属R语言包:untb
Preston diagram of an ecosystem
的普雷斯顿图的一个生态系统
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Gives a standard Preston diagram for an ecosystem.
给出了一个标准的的普雷斯顿图对生态系统。
用法----------Usage----------
preston(x,n=NULL,original=FALSE)
参数----------Arguments----------
参数:x
Ecosystem vector that is coerced to class count, or a matrix whose rows are species counts
生态系统的向量,被强制转换为类count,或矩阵的行物种数
参数:n
An integer specifying the number of species abundance classes to use, with default NULL meaning to use 1+log2(J). Must be greater than 1 if specified. If x is a vector, NULL is not acceptable as the program does not try to guess what is required
一个整数,指定数量的物种丰富度使用的类默认情况下,与NULL的这意味着使用1+log2(J)。必须是大于1,如果指定的话。如果x是一个向量,NULL是不能接受的程序不会尝试去猜测需要什么
参数:original
Boolean, with default FALSE meaning to use the nonoverlapping technique discussed below, and TRUE meaning to use Preston's original formulation.
布尔值,默认FALSE的这意味着使用下面讨论的不重叠的技术,和TRUE的这意味着使用普雷斯顿的原始配方。
Details
详细信息----------Details----------
The Preston diagram is a table showing the number of species having abundances in specified abundance classes. Consider the following Preston diagram, created with original = FALSE:
普雷斯顿图显示在指定的丰富的类物种的丰度表。考虑如下的普雷斯顿图,创建original = FALSE:
值----------Value----------
Function preston() returns an object of class “preston”.
功能preston()返回一个对象类“preston”。
(作者)----------Author(s)----------
Robin K. S. Hankin
参考文献----------References----------
Ecology 29(3):254-283
theory of biodiversity and biogeography: comment”. Ecology 85(11): 3172-3174
Princeton University Press
参见----------See Also----------
phi
phi
实例----------Examples----------
preston(untb(start=rep(1,100), prob=0.01, gens=1000, keep=FALSE))
data(butterflies)
preston(butterflies)
preston(butterflies,original=TRUE)
data(copepod)
preston(copepod)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|