txt_TF {riskyr} | R Documentation |
Alternative text labels (TP, FN, FP, TN).
Description
txt_TF
is initialized to alternative text labels
to define a frequency naming scheme in which
(hi, mi, fa, cr) are called (TP, FN, FP, TN).
Usage
txt_TF
Format
An object of class list
of length 21.
Details
See txt
for details and default text information.
Assign txt <- txt_TF
to use as default text labels.
See Also
txt
contains current text information;
init_txt
initializes text information;
pal
contains current color information;
init_pal
initializes color information.
Other lists containing current scenario information:
accu
,
freq
,
num
,
pal_bwp
,
pal_bw
,
pal_kn
,
pal_mbw
,
pal_mod
,
pal_org
,
pal_rgb
,
pal_unikn
,
pal_vir
,
pal
,
prob
,
txt_org
,
txt
Examples
txt_TF # shows text labels of txt_TF
txt_TF["hi"] # shows the current label for hits ("TP")
txt_TF["hi"] <- "hit" # defines a new label for hits (true positives, TP)
[Package riskyr version 0.4.0 Index]