pal_mod
is initialized to a vector of named colors
to define a modern scenario color scheme (in green/blue/orange).
pal_mod
An object of class character
of length 16.
See pal
for default color information.
Assign pal <- pal_mod
to use as default color scheme
throughout the riskyr package.
pal
contains current color information;
init_pal
initializes color information.
Other color palettes:
pal_bwp
,
pal_bw
,
pal_crisk
,
pal_kn
,
pal_mbw
,
pal_org
,
pal_rgb
,
pal_unikn
,
pal_vir
Other lists containing current scenario information:
accu
,
freq
,
num
,
pal_bwp
,
pal_bw
,
pal_kn
,
pal_mbw
,
pal_org
,
pal_rgb
,
pal_unikn
,
pal_vir
,
pal
,
prob
,
txt_TF
,
txt_org
,
txt
pal_mod # shows all color names and current values
#> N cond_true cond_false dec_pos
#> "#E6E6E6FC" "lightgoldenrod1" "#BFBFBFFC" "#F7A97F"
#> dec_neg dec_cor dec_err hi
#> "#A6A6A6FC" "olivedrab4" "steelblue3" "#B8D989"
#> mi fa cr ppv
#> "#73C8EA" "#1D95C6" "#80B139" "#F26418"
#> npv txt brd bg
#> "#1D95C6" "#000000FC" "#3E3F3A" "white"
pal_mod["hi"] # shows the current color for hits (true positives, TP)
#> hi
#> "#B8D989"
pal_mod["hi"] <- "gold" # defines a new color for hits (true positives, TP)