Skip to contents

Character vector with names corresponding to significance levels and values corresponding to color codes, with "not significant" colored grey.

Usage

cpr_signif_cols_2

Format

An object of class character of length 5.

Examples

cpr_signif_cols_2
#>          < 0.01         < 0.025 not significant         > 0.975          > 0.99 
#>       "#E31A1C"       "#FB9A99"        "grey90"       "#A6CEE3"       "#1F78B4" 
scales::show_col(cpr_signif_cols_2)