boxplot.ranked.list: Creates dot- and boxplots

View source: R/boxplot.R

boxplot.ranked.listR Documentation

Creates dot- and boxplots

Description

Creates dot- and boxplots visualizing the assessment data separately for each algorithm. Boxplots representing descriptive statistics for all test cases (median, quartiles and outliers) are combined with horizontally jittered dots representing individual test cases.

Usage

## S3 method for class 'ranked.list'
boxplot(x, jitter.width = 0.25, ...)

Arguments

x

The ranked assessment data set.

jitter.width

A numeric value specifying the jitter width of the dots.

...

Further arguments passed to or from other functions.

color

A string specifying the color of the dots.

See Also

browseVignettes("challengeR")

Other functions to visualize assessment data: podium.challenge(), podium.ranked.list(), rankingHeatmap.challenge(), rankingHeatmap.ranked.list()


wiesenfa/challengeR documentation built on Aug. 25, 2023, 6:43 a.m.