Provides a built-in data frame of the colors used in the graphs and charts.

color_palette_maelstrom

Format

data.frame

A data frame with 51 rows and 2 columns:

values

possible class value in a dataset.

color_palette

associated color

...

Examples

{

head(color_palette_maelstrom)

}
#> # A tibble: 6 × 2
#>   values                           color_palette
#>   <chr>                            <chr>        
#> 1 1 - Valid non-categorical values #377EB8      
#> 2 2 - Valid categorical values     #4DAF4A      
#> 3 3 - Non-valid categorical values #FFC312      
#> 4 4 - Empty values                 #D4D4D4      
#> 5 cat_1                            #72A638      
#> 6 cat_2                            #FCB814