stabilityByAlgorithm.bootstrap.list: Creates blob plots or stacked frequency plots stratified by...

View source: R/stability.R

stabilityByAlgorithm.bootstrap.listR Documentation

Creates blob plots or stacked frequency plots stratified by algorithm

Description

Creates blob plots (stacked = FALSE) or stacked frequency plots (stacked = TRUE) for each algorithm from a bootstrapped, ranked assessment data set.

Usage

## S3 method for class 'bootstrap.list'
stabilityByAlgorithm(
  x,
  ordering,
  stacked = FALSE,
  probs = c(0.025, 0.975),
  max_size = 3,
  shape = 4,
  freq = FALSE,
  single = FALSE,
  ...
)

Arguments

x

The bootstrapped, ranked assessment data set.

stacked

A boolean specifying whether a stacked frequency plot (stacked = TRUE) or blob plot (stacked = FALSE) should be created.

...

Further arguments passed to or from other functions.

See Also

browseVignettes("challengeR")

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


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