Description Usage Arguments Value
View source: R/DEA.permutations.R
Plots the sensitivity and false discovery rate of a list of results of permutation analyses (i.e. permres files or output of readPermResults).
1 2 3 4 5 6 7 8 9 10 11 | plotPrecisionScatter(
results,
plotSD = T,
x = "fdr",
labels = NULL,
acol = "grey",
alty = 1,
alwd = 1,
threshold = 0.05,
...
)
|
results |
A vector of permutation results files or the output of 'readPermResults'. |
plotSD |
Logical; whether to plot the standard deviation for each point (default TRUE). |
x |
X axis value, either "fp" (false positives) or "fdr" (false discovery rate, default). |
labels |
An optional character vector of labels to print. |
acol |
color of the SD bars (default gray) |
alty |
line type of the SD bars (default solid) |
alwd |
line width of the SD bars (default 1) |
... |
arguments passed to the plot function. |
Nothing, but generates a plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.