data2mat(spaa)
data2mat()所属R语言包:spaa
Convert species list data to species matrix
物种名单中的数据转换到种矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function can be used to convert the species list to species matrix. The rows of the output matrix are plots, or sites. The columns are the species.
此功能可用于转换的物种名单的物种矩阵。输出矩阵的行图,或网站。的列的物种。
用法----------Usage----------
data2mat(data = data)
参数----------Arguments----------
参数:data
The input data
输入data
Details
详细信息----------Details----------
The input data will have to include :species,plots or sites, abundance, specifically, a column named "abundance" must be specified.
输入的数据将要包括:species,plots或sites,abundance,具体而言,一列名为"abundance"必须指定。
值----------Value----------
Return a species matrix with each row for each plot, and each column for species.
返回一个物种矩阵,每一行的每一个图,每列的物种。
(作者)----------Author(s)----------
Jinlong Zhang <a href="mailto:jinlongzhang01@gmail.com">jinlongzhang01@gmail.com</a>
参考文献----------References----------
None
实例----------Examples----------
data(testdata)
spmatrix <- data2mat(testdata)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|