Learn R Programming

ggblanket (version 1.8.0)

pal_na_default: NA palette.

Description

A function to retreive a hex code for a colour to use for NA values.

Usage

pal_na_default(pal = "#88837D")

Value

A character vector.

Arguments

pal

The hex code or name of the NA colour. Defaults to "#88837D".

References

https://blog.datawrapper.de/colors-for-data-vis-style-guides/

Examples

Run this code
scales::show_col(pal_na_default())

Run the code above in your browser using DataLab