splist(spaa)
splist()所属R语言包:spaa
species list used in function add.col()
物种名单使用的功能add.col()
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A species checklist example to be used in add.col()
一个物种列表的例子中使用的add.col()
用法----------Usage----------
data(splist)
格式----------Format----------
A data frame with 9 observations on the following 3 variables.
一个数据框有9下面的3个变量的观察。
speciesa factor with levels sp1 to sp8
species的因素与水平sp1sp8
generaa factor with levels gen1 to gen6
genera的因素与水平gen1gen6
familya factor with levels fam1 to fam5
family的因素与水平fam1fam5
参考文献----------References----------
None
实例----------Examples----------
data(splist)
data(testdata)
## add genera from dataframe B to dataframe A.[#属从数据框乙到数据框A.]
add.col(inputA = testdata, inputB = splist, add = "genera",
according = "species")
## add family from dataframe B to dataframe A.[#添加家庭从数据框乙A.数据框]
add.col(inputA = testdata, inputB = splist, add = "family",
according = "species")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|