View source: R/rankingHeatmap.R
rankingHeatmap.challenge | R Documentation |
Creates a ranking heatmap from a challenge object.
## S3 method for class 'challenge'
rankingHeatmap(x, ordering, ties.method = "min", ...)
x |
The challenge object. |
ties.method |
A string specifying how ties are treated, see |
... |
Further arguments passed to or from other functions. |
browseVignettes("challengeR")
Other functions to visualize assessment data:
boxplot.ranked.list()
,
podium.challenge()
,
podium.ranked.list()
,
rankingHeatmap.ranked.list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.