rankDistributionPlot function

Plot the Distribution of Ranks of Features Across nlcv Runs

Plot the Distribution of Ranks of Features Across nlcv Runs

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.

rankDistributionPlot(nlcvObj, n = 5, ...)

Arguments

  • nlcvObj: object of class nlcv as produced by the nlcv

    function

  • n: number of features for whicht the distribution should be displayed

  • ...: additional arguments to the boxplot functions (such as main, sub, etc.

Returns

For each of the n features, a boxplot is displayed.

Examples

{ data(nlcvRF_SS) rankDistributionPlot(nlcvRF_SS, n = 9) }

Author(s)

Willem Talloen and Tobias Verbeke

  • Maintainer: Laure Cougnaud
  • License: GPL-3
  • Last published: 2018-06-29

Useful links