Learn R Programming

simplevis (version 4.2.0)

pal_na: NA palette.

Description

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

Usage

pal_na(col_n = 1)

Arguments

col_n

The number of NA colours. Doesn't do anything, but provided for consistency.

Value

A vector of one hex code.

Examples

Run this code
# NOT RUN {
scales::show_col(pal_na(9)) 
# }

Run the code above in your browser using DataLab