stabilityByTask.bootstrap.list | R Documentation |
Creates blob plots for each task from a bootstrapped, ranked assessment data set.
## 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,
...
)
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. |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.