hemibrain_colours (also hemibrain_blender_colours) is a 6 colour palette from Li et al. 2020 (in prep). Although this has been described as colour blind friendly it is really not very friendly for green colour blind or green anomalous individuals and was actually designed to achieve similar perceptual brightness in Blender renderings.

hemibrain_fig_colours is an 8 colour palette that has been used for some of the figures. This actually works better for colour blind individuals.

hemibrain_bright_colours are nice brighter colours inspired by the LaCroix colour palette.

hemibrain_colours

hemibrain_blender_colours

hemibrain_blender_colors

hemibrain_colors

hemibrain_fig_colours

hemibrain_fig_colors

hemibrain_colour_ramp(n)

hemibrain_bright_colours

hemibrain_bright_colors

hemibrain_bright_colour_ramp(n)

Arguments

n

the number of colours to generate

Format

An object of class character of length 6.

An object of class character of length 6.

An object of class character of length 6.

An object of class character of length 6.

An object of class character of length 8.

An object of class character of length 8.

An object of class character of length 22.

An object of class character of length 22.

Source

https://github.com/johannesbjork/LaCroixColoR

Value

a named vector of colours

References

https://en.wikipedia.org/wiki/Color_blindness

Examples

# \donttest{ # Li et al dark colours (Blender) par(mar = rep(0, 4)) pie(rep(1, length(hemibrain_colours)), col = hemibrain_colours)
# Li et al figure colours par(mar = rep(0, 4)) pie(rep(1, length(hemibrain_fig_colours)), col = hemibrain_fig_colours)
# Bright colours par(mar = rep(0, 4)) pie(rep(1, length(hemibrain_bright_colours)), col = hemibrain_bright_colours)
# }