| pal_mbw {riskyr} | R Documentation |
Modern and reduced color palette (in green/blue/bw).
Description
pal_mod is initialized to a vector of named colors
to define a reduced modern scenario color scheme (in green/blue/bw).
Usage
pal_mbw
Format
An object of class character of length 16.
Details
See pal_org for original color information;
pal_mod for a richer modern color palette; and
pal_bw for a more reduced black-and-white color palette.
Assign pal <- pal_mbw to use as default color scheme
throughout the riskyr package.
See Also
pal contains current color information;
init_pal initializes color information;
pal_org for original color palette;
pal_mod for a richer modern color palette;
pal_bw for a more reduced black-and-white color palette.
Other color palettes:
pal_bwp,
pal_bw,
pal_crisk,
pal_kn,
pal_mod,
pal_org,
pal_rgb,
pal_unikn,
pal_vir
Other lists containing current scenario information:
accu,
freq,
num,
pal_bwp,
pal_bw,
pal_kn,
pal_mod,
pal_org,
pal_rgb,
pal_unikn,
pal_vir,
pal,
prob,
txt_TF,
txt_org,
txt
Examples
pal_mbw # shows all color names and current values
pal_mbw["hi"] # shows the current color for hits (true positives, TP)
pal_mbw["hi"] <- "gold" # defines a new color for hits (true positives, TP)