matrix.t(selectiongain)
matrix.t()所属R语言包:selectiongain
Matrix T
矩阵T
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to obtain a matrix containing trait averages at community level. For more details, see syncsa.
函数来获得一个矩阵包含在社区层面的特征平均值。有关详细信息,请参阅syncsa。
用法----------Usage----------
matrix.t(comm, traits, scale = TRUE)
参数----------Arguments----------
参数:comm
Community data, with species as columns and sampling units as rows. This matrix can contain either presence/absence or abundance data.
社区数据,列和行的抽样单位的物种。这个矩阵可以包含存在/不存在或丰度数据。
参数:traits
Matrix data of species described by traits, with traits as columns and species as rows.
矩阵数据的物种所描述的特征,列和行的物种性状。
参数:scale
Logical argument (TRUE or FALSE) to specify if the traits are measured on different scales (Default Scale = TRUE). Scale = TRUE if traits are measured on different scales, the matrix T is subjected to standardization within each trait. Scale = FALSE is traits are measured on the same scale, the matrix T is not subjected to standardization.
逻辑参数(TRUE或FALSE)指定的特性测量不同尺度上(默认的比例= TRUE)。规模= TRUE,如果性状在不同的尺度衡量,矩阵T的标准化在每个特征。矩阵T测量量程= FALSE是性状上的相同的比例,还没有进行标准化。
值----------Value----------
参数:matriz.w
Standardized community matrix, where rows are communities and columns species. Row totals (communities) = 1.
标准化社区矩阵,其中行是社区和列的品种。行总计(社区)= 1。
参数:matriz.b
Matrix of traits, exactly the same data input.
矩阵的特征,完全相同的数据输入。
参数:matriz.T
Matrix containing trait averages at community level. If Scale = TRUE the matrix T is standardized within the traits.
矩阵包含在社区层面的特征平均值。如果规模= TRUE矩阵T内的特征是标准化的。
警告----------Warning----------
Input data must be of class matrix (Tip: use function as.matrix to transform the data frame).
输入数据必须是类矩阵(提示:使用的功能as.matrix转换的数据框)。
<STRONG>IMPORTANT</STRONG>: The sequence species show up in community data matrix MUST be the same as they show up in traits matrix. See organize.syncsa.
<strong>重要提示</ STRONG>:序列的物种出现在社区数据矩阵必须是相同的,因为它们显示在特征矩阵。见organize.syncsa。
(作者)----------Author(s)----------
Vanderlei J煤lio Debastiani <vanderleidebastiani@yahoo.com.br>
参考文献----------References----------
参见----------See Also----------
matrix.p, matrix.x, syncsa, organize.syncsa
matrix.p,matrix.x,syncsa,organize.syncsa
实例----------Examples----------
data(flona)
matrix.t(flona$community,flona$traits,scale=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|