sortFindFn(sos)
sortFindFn()所属R语言包:sos
Sort a findFn Object
排序findFn对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sort a data.frame as a findFn object.
一个data.frame:作为一个findFn的对象进行排序。
用法----------Usage----------
sortFindFn(x, sortby=NULL)
参数----------Arguments----------
参数:x
a data.frame to sort and convert to an object of class findFn (if it does not alreay have this class).
data.frame排序,并转换为一个类的对象,“findFn(如果它不alreay有这个类)。
参数:sortby
sort information as for function findFn.
排序信息功能findFn。
Details
详细信息----------Details----------
1. pkgSum <- PackageSummary(x, sortby)
1。 < - PackageSummary pkgSum(的x,sortby)
2. Order x as required for findFn
2。阶x所需的findFn
3. class = c("findFn", "data.frame")
3。 CLASS = C(“findFn”,“数据框”)
值----------Value----------
An object of class c('findFn', 'data.frame') with a "PackageSummary" attribute.
与一个“PackageSummary的”属性对象的C类(findFn“,”数据框)。
----------Author(s)----------
Spencer Graves
参见----------See Also----------
findFn sort order
findFnsortorder
实例----------Examples----------
tstdf <- data.frame(Package=letters[c(1,1,2)],
Function=c('a1', 'a2', 'b3'), Score=2:4,
Date=11:13, Description=c('D1', 'D2', 'D3'),
Link=c('L1', 'L2', 'L3'), stringsAsFactors=FALSE)
rss <- sortFindFn(tstdf)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|