riskyr (version 0.2.0)

pal_mod: 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

Arguments

Format

An object of class character of length 15.

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 lists containing current scenario information: accu, freq, num, pal_bw, pal_kn, pal_mbw, pal_org, pal_rgb, pal_vir, pal, prob, txt_TF, txt_org, txt

Examples

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

# }

Run the code above in your browser using DataCamp Workspace