extractor(untb)
extractor()所属R语言包:untb
Extract rows of a database in count form
解压缩一个数据库中的行计数的形式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extracts rows of a data frame and, if there is one row only, coerces to a count object, preserving the species names
提取行的一个数据框,并且如果有一个行只,胁迫的计数对象,保存的物种名称
用法----------Usage----------
extractor(x, index)
参数----------Arguments----------
参数:x
A data frame with column headings being species names
一个数据框物种名称的列标题
参数:index
A vector of indices to extract
提取的矢量指数
Details
详细信息----------Details----------
If index is length one, the numbers are interpreted as species counts, and the output is coereced to a count object.
如果index是长度为1,数字被解释为物种计数,,和输出coerecedcount对象。
(作者)----------Author(s)----------
Robin K. S. Hankin
实例----------Examples----------
data(saunders)
plot(extractor(saunders.exposed,1))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|