podium.ranked.list: Creates podium plots

View source: R/podium.R

podium.ranked.listR Documentation

Creates podium plots

Description

Creates podium plots from one or more ranked assessment data sets.

Usage

## 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),
  ...
)

Arguments

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.

See Also

browseVignettes("challengeR")

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


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