Plot curves without any color (dark theme), that is, black and white (white backgroud with black curves). Draw FROC curves and AFROC curves for user's specified modality and user's specified reader. Using this function repeatedly, we can draw or compare the different reader and modality in a same plane simultaneously. So, we can visualize the difference of modality (reader).
DrawCurves_MRMC_pairwise_BlackWhite(StanS4class, modalityID, readerID,
new.imaging.device = TRUE, DrawFROCcurve = TRUE,
DrawAFROCcurve = FALSE, DrawCFPCTP = TRUE,
Draw.Flexible.upper_y = TRUE, Draw.Flexible.lower_y = TRUE,
summary = TRUE, type = 1)
An S4 object of class stanfitExtended
which is an inherited class from the S4 class stanfit
. This R object can be passed to the DrawCurves()
, ppp()
and ... etc
This is a vector indicating modalityID whose component is natural namber.
This is a vector indicating readerID whose component is natural namber.
Logical: TRUE
of FALSE
. If TRUE (default), then open a new device to draw curve.
Using this we can draw curves in same plain by new.imaging.device=FALSE.
Logical: TRUE
of FALSE
. Whether the FROC curve is to be drawn.
Logical: TRUE
of FALSE
. Whether the AFROC curve is to be drawn.
Logical: TRUE
of FALSE
. Whether the CFP and CTP points are to be drawn. CFP: Cumulative false positive per lesion (or image) which is also called False Positive Fraction (FPF). CTP Cumulative True Positive per lesion which is also called True Positive Fraction (TPF)..
Logical, that is TRUE
or FALSE
. Whether or not the upper bounds of vertical axis are determined automatically.
Logical, that is TRUE
or FALSE
. Whether or not the lower bounds of vertical axis are determined automatically.
Logical: TRUE
of FALSE
. Whether to print the verbose summary, i.e., logical; If TRUE
then verbose summary is printed in the R console. If FALSE
, the output is minimal. I regret, this variable name should be verbose.
An integer, for the color of background and etc.