tolerance(vegan)
tolerance()所属R语言包:vegan
Species tolerances and sample heterogeneities
物种的公差和样品的非均质性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Species tolerances and sample heterogeneities.
种公差和样品的非均质性。
用法----------Usage----------
tolerance(x, ...)
## S3 method for class 'cca'
tolerance(x, choices = 1:2, which = c("species","sites"),
scaling = 2, useN2 = FALSE, ...)
参数----------Arguments----------
参数:x
object of class "cca".
对象类"cca"。
参数:choices
numeric; which ordination axes to compute tolerances and heterogeneities for. Defaults to axes 1 and 2.
数字;,计算协调轴的公差和非均质性。默认轴1和2。
参数:which
character; one of "species" or "sites", indicating whether species tolerances or sample heterogeneities respectively are computed.
字符"species"或"sites",说明无论是物种的公差或分别计算样品的非均质性。
参数:scaling
numeric; the ordination scaling to use.
数字的协调比例使用。
参数:useN2
logical; should the bias in the tolerances / heterogeneities be reduced via scaling by Hill's N2?
逻辑的公差/非均质性的偏见,通过缩放,减少希尔的N2吗?
参数:...
arguments passed to other methods.
参数传递给其他方法。
Details
详细信息----------Details----------
Function to compute species tolerances and site heterogeneity measures from unimodal ordinations (CCA & CA). Implements Eq 6.47 and 6.48 from the Canoco 4.5 Reference Manual (pages 178-179).
函数来计算种类的公差和网站异质性措施,从单峰祝(CCA&CA)。实现式6.47和6.48的Canoco 4.5参考手册(第178-179页)。
值----------Value----------
Matrix of tolerances/heterogeneities with some additional attributes.
矩阵的的公差/非均质性与一些额外的属性。
(作者)----------Author(s)----------
Gavin L. Simpson
实例----------Examples----------
data(dune)
data(dune.env)
mod <- cca(dune ~ ., data = dune.env)
## defaults to species tolerances[#默认物种的公差]
tolerance(mod)
## sample heterogeneities for CCA axes 1:6[#样品的非均质性CCA轴1:6]
tolerance(mod, which = "sites", choices = 1:6)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|