CVD-friendly color palette for plotting results of randomization test
Source:R/data.R
cpr_signif_cols.Rd
Character vector with names corresponding to significance levels and values corresponding to color codes.
Examples
cpr_signif_cols
#> < 0.01 < 0.025 not significant > 0.975 > 0.99
#> "#E31A1C" "#FB9A99" "#FFFFCC" "#A6CEE3" "#1F78B4"
scales::show_col(cpr_signif_cols)