Description Usage Arguments Value Author(s) Examples
Plot observed true positive rate (TPR) for given adjusted p-value thresholds.
1 2 3 4 5 6 7 8 |
cobraplot |
A |
title |
A character string giving the title of the plot. |
stripsize |
A numeric value giving the size of the strip text, when the results are stratified by an annotation. |
titlecol |
A character string giving the color of the title. |
pointsize |
A numeric value giving the size of the plot characters. |
xaxisrange |
A numeric vector with two elements, giving the lower and upper boundary of the x-axis, respectively. |
A ggplot object
Charlotte Soneson
1 2 3 4 5 6 | data(cobradata_example)
cobraperf <- calculate_performance(cobradata_example,
binary_truth = "status", aspects = "tpr")
cobraplot <- prepare_data_for_plot(cobraperf, colorscheme = "Dark2",
incltruth = TRUE)
plot_tpr(cobraplot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.