podium.ranked.list | R Documentation |
Creates podium plots from one or more ranked assessment data sets.
## S3 method for class 'ranked.list'
podium(
object,
xlab = "Podium",
ylab = "Performance",
lines.show = TRUE,
lines.alpha = 0.2,
lines.lwd = 1,
lines.lty = 1,
lines.col = col,
col,
dots.pch = 19,
dots.cex = 1,
places.lty = 2,
places.col = 1,
legendfn = function(algs, cols) { legend("topright", algs, lwd = 1, col = cols,
bg = "white") },
layout.heights = c(1, 0.4),
...
)
object |
The ranked asssessment data set. |
xlab |
A string specifying the x-axis label. |
ylab |
A string specifying the y-axis label. |
... |
Further arguments passed to or from other functions. |
browseVignettes("challengeR")
Other functions to visualize assessment data:
boxplot.ranked.list()
,
podium.challenge()
,
rankingHeatmap.challenge()
,
rankingHeatmap.ranked.list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.