Skip to contents

Colors for KPIs cutoffs

Usage

riskcols(x)

Arguments

x

breakpoints

Value

string of length(x) - 1 with suitable colors.

Examples

riskcols(1:4)
#> [1] "green"  "yellow" "red"