Draw an FROC curves and an AFROC curves.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | DrawCurves_srsc(
StanS4class,
type = 4,
type_to_be_passed_into_plot = "p",
title = TRUE,
indexCFPCTP = FALSE,
upper_x,
upper_y,
lower_X = 0,
lower_y = 0,
new.imaging.device = TRUE,
Drawcol = TRUE,
DrawFROCcurve = TRUE,
DrawAFROCcurve = FALSE,
DrawCFPCTP = TRUE,
Draw.inner.circle.for.CFPCTPs = TRUE,
DrawAUC = TRUE
)
|
StanS4class |
An S4 object of class To be passed to |
type |
An integer, for the color of background and etc. |
type_to_be_passed_into_plot |
"l" or "p". |
title |
Logical: |
indexCFPCTP |
TRUE of FALSE. If TRUE, then the cumulative false and hits are specified with its confidence level. |
upper_x |
A non-negative real number. This is a upper bound for the axis of the horisontal coordinate of FROC curve. |
upper_y |
A non-negative real number. This is a upper bound for the axis of the vertical coordinate of FROC curve. |
lower_X |
A non-negative real number. This is a lower bound for the axis of the horisontal coordinate of FROC curve. |
lower_y |
A non-negative real number. This is a lower bound for the axis of the vertical coordinate of FROC curve. |
new.imaging.device |
Logical: |
Drawcol |
Logical: |
DrawFROCcurve |
Logical: |
DrawAFROCcurve |
Logical: |
DrawCFPCTP |
Logical: |
Draw.inner.circle.for.CFPCTPs |
TRUE or FALSE. If true, then to plot the cumulative false positives and true positives the plot points is depicted by two way, one is a large circle and one is a small circle. By see the small circle, user can see the more precise position of these points. |
DrawAUC |
TRUE of FALSE. If TRUE then area under the AFROC curves are painted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.