rankDistributionPlot {nlcv} | R Documentation |
Plot the Distribution of Ranks of Features Across nlcv Runs
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.
Usage
rankDistributionPlot(nlcvObj, n = 5, ...)
Arguments
nlcvObj |
object of class |
n |
number of features for whicht the distribution should be displayed |
... |
additional arguments to the boxplot functions (such as
|
Value
For each of the n features, a boxplot is displayed.
Author(s)
Willem Talloen and Tobias Verbeke
Examples
{
data(nlcvRF_SS)
rankDistributionPlot(nlcvRF_SS, n = 9)
}
[Package nlcv version 0.3.5 Index]