scale_fill_imperial: Fill scale constructor for imperial colors

View source: R/imperial_colour_scheme_functions.R

scale_fill_imperialR Documentation

Fill scale constructor for imperial colors

Description

Fill scale constructor for imperial colors

Usage

scale_fill_imperial(palette = "default", discrete = TRUE, reverse = FALSE, ...)

Arguments

palette

Character name of palette in imperial_palettes. Choose from:

  • default, core, cool, warm, extended,

  • pink, green, red, blue,

  • tbp, vbn, obib, bnt,

  • bgrey_grad, bgrn_grad

  • two_col_grey_blue, two_col_grey_pool, two_col_blue_navy, two_col_grey_orng

discrete

Boolean indicating whether color aesthetic is discrete or not

reverse

Boolean indicating whether the palette should be reversed

...

Additional arguments passed to ggplot2::discrete_scale() or ggplot2::scale_fill_gradientn(), used respectively when discrete is TRUE or FALSE


mathzero/OverReact documentation built on Dec. 2, 2022, 12:05 a.m.