txt_org is a copy of the initial list of text elements
to define all scenario titles and labels.
Details
See txt for details and default text information.
Assign txt <- txt_org to re-set 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,
pal_bw,
pal_bwp,
pal_kn,
pal_mbw,
pal_mod,
pal_org,
pal_rgb,
pal_unikn,
pal_vir,
prob,
txt,
txt_TF
Examples
txt_org # shows original text labels
#> $scen_lbl
#> [1] "Scenario"
#>
#> $scen_txt
#> [1] "Description of the current scenario in a short paragraph of text. This description may include several sentences."
#>
#> $scen_src
#> [1] "Source information"
#>
#> $scen_apa
#> [1] "Source information in APA format"
#>
#> $scen_lng
#> [1] "en/de"
#>
#> $popu_lbl
#> [1] "Population"
#>
#> $N_lbl
#> [1] "N"
#>
#> $cond_lbl
#> [1] "Condition"
#>
#> $cond_true_lbl
#> [1] "True"
#>
#> $cond_false_lbl
#> [1] "False"
#>
#> $dec_lbl
#> [1] "Decision"
#>
#> $dec_pos_lbl
#> [1] "Positive"
#>
#> $dec_neg_lbl
#> [1] "Negative"
#>
#> $acc_lbl
#> [1] "Accuracy"
#>
#> $dec_cor_lbl
#> [1] "Correct"
#>
#> $dec_err_lbl
#> [1] "Erroneous"
#>
#> $sdt_lbl
#> [1] "Cases"
#>
#> $hi_lbl
#> [1] "hi"
#>
#> $mi_lbl
#> [1] "mi"
#>
#> $fa_lbl
#> [1] "fa"
#>
#> $cr_lbl
#> [1] "cr"
#>
txt_org["hi"] # shows the original label for hits ("hi")
#> $<NA>
#> NULL
#>
txt_org["hi"] <- "TP" # defines a new label for hits (true positives, TP)
