txt_org | R Documentation |
txt_org
is a copy of the initial list of text elements
to define all scenario titles and labels.
txt_org
An object of class list
of length 21.
See txt
for details and default text information.
Assign txt <- txt_org
to re-set default text labels.
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_TF
,
txt
txt_org # shows original text labels txt_org["hi"] # shows the original label for hits ("hi") txt_org["hi"] <- "TP" # defines a new label for hits (true positives, TP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.