View source: R/plot-comparing.R
plot.compareDA | R Documentation |
Plotting DA comparing result
## S3 method for class 'compareDA'
plot(x, sort = c("score", "auc", "fpr", "power"), ...)
x |
an |
sort |
character string specifying sort method. Possibilities are
"score" which is calculated as |
... |
extra arguments, just ignore it. |
a ggplot2::ggplot
object containing 4 subplots: "auc", "fdr",
"power"and "score" plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.