Skip to contents

Custom mnirs colour palette

Usage

palette_mnirs(n = NULL, names = NULL)

Arguments

n

A numeric vector specifying the number of colours to return.

names

A character vector specifying colour names to return.

Value

Named or unnamed character vector of hex colours.

Examples

scales::show_col(palette_mnirs())

scales::show_col(palette_mnirs(n = 2))

scales::show_col(palette_mnirs(names = c("red", "orange")))