Description Usage Arguments Value
View source: R/plotthreshold_modality.R
This function produces a plot that shows how reader detections fall off in sensitivity as the sensitivity detection threshold increases.
1 2 3 | plotthreshold_modality(jafrocfile, modality = NA, modalitylabel = NA,
includeGEE = T, readercolor = "#999999", geecolor = "#000000",
getminmax = F)
|
jafrocfile |
The is the excel file produced by the makeJAFROCfile function. This file is the source of most JAFROC analyses. |
modality |
The internal variable name for the modality to be printed. |
modalitylabel |
A character string to replace the variable name in the figure. |
includeGEE |
Logical parameter to include the GEE line on the figure. Defaults to true. |
readercolor |
Hexidecimal color code for the reader lines. Defaults to light grey. |
geecolor |
Hexidecimal color code for the GEE line. Defaults to black. |
getminmax |
A logical parameter to indicate a call to the |
ggplot2
figure object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.