rankDistributionPlot(nlcv)
rankDistributionPlot()所属R语言包:nlcv
Plot the Distribution of Ranks of Features Across nlcv Runs
绘制的行列分布跨越nlcv运行的特点
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This plot offers an overview of the distribution of the ranks of the n best-ranked features. The order of the features is determined by the median rank of the feature across all nlcv runs.
该图分布的n最好排名功能的行列提供了一个概述。功能的顺序确定的跨所有nlcv运行功能的中位数排名。
用法----------Usage----------
rankDistributionPlot(nlcvObj, n = 5, ...)
参数----------Arguments----------
参数:nlcvObj
object of class nlcv as produced by the nlcv function
类对象nlcv生产nlcv函数
参数:n
number of features for whicht the distribution should be displayed
应显示多项功能为whicht分布
参数:...
additional arguments to the boxplot functions (such as main, sub, etc.
额外的参数,以盒形图的功能(如main,sub等
值----------Value----------
For each of the n features, a boxplot is displayed.
的n功能,盒形图显示。
作者(S)----------Author(s)----------
Willem Talloen and Tobias Verbeke
举例----------Examples----------
data(nlcvRF_SS)
rankDistributionPlot(nlcvRF_SS, n = 9)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|