CVD-friendly color palette for plotting results of CANAPE, version 2
Source:R/data.R
cpr_endem_cols_2.Rd
Character vector with names corresponding to endemism types and values corresponding to color codes. Should be distinguishable to people with color vision deficiency (CVD).
Details
Color scheme:
paleo: dark blue
neo: red
not significant: light grey
mixed: green
super: yellow
Examples
cpr_endem_cols_2
#> paleo neo not significant mixed super
#> "#0072B2" "#D55E00" "grey90" "#009E73" "#F0E442"
scales::show_col(cpr_endem_cols_2)