pal_unikn: Alternative color palette for unikn.

pal_uniknR Documentation

Alternative color palette for unikn.

Description

pal_unikn is initialized to a vector of named elements (colors) to define an alternative (unikn) scenario color scheme.

Usage

pal_unikn

Format

An object of class character of length 16.

Details

See pal for default color information.

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

See Also

pal_kn contains fewer unikn colors; pal contains current color information; init_pal initializes color information.

Other color palettes: pal_bw, pal_bwp, pal_crisk, pal_kn, pal_mbw, pal_mod, pal_org, pal_rgb, pal_vir

Other lists containing current scenario information: accu, freq, num, pal, pal_bw, pal_bwp, pal_kn, pal_mbw, pal_mod, pal_org, pal_rgb, pal_vir, prob, txt, txt_TF, txt_org

Examples

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


hneth/riskyr documentation built on Feb. 18, 2024, 6:01 p.m.