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.
# NOT RUN {txt_TF # shows text labels of txt_TFtxt_TF["hi"] # shows the current label for hits ("TP")txt_TF["hi"] <- "hit"# defines a new label for hits (true positives, TP)# }