stabilityByTask.bootstrap.list: Creates blob plots stratified by task

View source: R/stability.R

stabilityByTask.bootstrap.listR Documentation

Creates blob plots stratified by task

Description

Creates blob plots for each task from a bootstrapped, ranked assessment data set.

Usage

## S3 method for class 'bootstrap.list'
stabilityByTask(
  x,
  ordering,
  probs = c(0.025, 0.975),
  max_size = 3,
  size.ranks = 0.3 * theme_get()$text$size,
  shape = 4,
  showLabelForSingleTask = FALSE,
  ...
)

Arguments

x

The bootstrapped, ranked assessment data set.

showLabelForSingleTask

A boolean specifying whether the task name should be used as title for a single-task data set.

...

Further arguments passed to or from other functions.

See Also

browseVignettes("challengeR")

Other functions to visualize ranking stability: methodsplot.challenge(), significanceMap.ranked.list(), violin.bootstrap.list()

Other functions to visualize cross-task insights: dendrogram.ranked.list(), stability.ranked.list(), stabilityByAlgorithm.bootstrap.list()


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