boxplot.ranked.list | R Documentation |
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.
## S3 method for class 'ranked.list'
boxplot(x, jitter.width = 0.25, ...)
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. |
browseVignettes("challengeR")
Other functions to visualize assessment data:
podium.challenge()
,
podium.ranked.list()
,
rankingHeatmap.challenge()
,
rankingHeatmap.ranked.list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.