graf_col_palette_default: Call 'grafify' palettes for scale & fill functions

View source: R/graf_colour_palettes_default_fun.R

graf_col_palette_defaultR Documentation

Call grafify palettes for scale & fill functions

Description

graf_col_palette and graf_col_palette_default functions generate colours for grafify scale functions. graf_col_palette picks sequential colours when the number of discrete colours needed is less than that in the palette. This is the default for grafify with ColoSeq = TRUE. If the number of colours required is more than that in the discrete palette, it fills intervening colours using the colorRampPalette[grDevices] function.

Usage

graf_col_palette_default(palette = "okabe_ito", reverse = FALSE, ...)

Arguments

palette

internal

reverse

internal

...

additional parameters

Details

graf_col_palette_default picks the most distant colours within the palette, rather than in the sequence they are in the palette, when the number of colours required is less than that in the palette.

Colour order can be reversed in both functions.

When only one colour discreet is required, and you want to reverse the colour palette, ColSeq should be set to FALSE.

Value

This generates required number of distant colours from the chosen grafify palette when called by scale functions of ggplot2.


grafify documentation built on Oct. 7, 2023, 5:06 p.m.