pal_mod: Modern color palette (in green/blue/orange).

pal_modR Documentation

Modern color palette (in green/blue/orange).

Description

pal_mod is initialized to a vector of named colors to define a modern scenario color scheme (in green/blue/orange).

Usage

pal_mod

Format

An object of class character of length 16.

Details

See pal for default color information.

Assign pal <- pal_mod to use as default color scheme throughout the riskyr package.

See Also

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

Examples

pal_mod        # shows all color names and current values
pal_mod["hi"]  # shows the current color for hits (true positives, TP)
pal_mod["hi"] <- "gold" # defines a new color for hits (true positives, TP)


riskyr documentation built on Aug. 15, 2022, 9:09 a.m.