| pal_kn | R Documentation |
pal_kn is initialized to a vector of named elements (colors)
to define an alternative (kn) scenario color scheme.
pal_kn
An object of class character of length 16.
See pal for default color information.
Assign pal <- pal_kn to use as default color scheme
throughout the riskyr package.
pal_unikn contains more unikn colors;
pal contains current color information;
init_pal initializes color information.
Other color palettes:
pal_bw,
pal_bwp,
pal_crisk,
pal_mbw,
pal_mod,
pal_org,
pal_rgb,
pal_unikn,
pal_vir
Other lists containing current scenario information:
accu,
freq,
num,
pal,
pal_bw,
pal_bwp,
pal_mbw,
pal_mod,
pal_org,
pal_rgb,
pal_unikn,
pal_vir,
prob,
txt,
txt_TF,
txt_org
pal_kn # shows all color names and current values
pal_kn["hi"] # shows the current color for hits (true positives, TP)
pal_kn["hi"] <- "grey" # defines a new color for hits (true positives, TP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.