View source: R/significanceMap.R
significanceMap.ranked.list | R Documentation |
Creates significance maps from a ranked assessment data set.
## S3 method for class 'ranked.list'
significanceMap(
object,
alpha = 0.05,
p.adjust.method = "holm",
order = FALSE,
size.rank = 0.3 * theme_get()$text$size,
...
)
object |
The ranked assessment data set. |
alpha |
A numeric values specifying the significance level. |
p.adjust.method |
A string specifying the adjustment method for multiple testing, see |
... |
Further arguments passed to or from other functions. |
browseVignettes("challengeR")
Other functions to visualize ranking stability:
methodsplot.challenge()
,
stabilityByTask.bootstrap.list()
,
violin.bootstrap.list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.