scale_fill_DataRobot: Fill scale constructor for DataRobot colors

View source: R/functions.R

scale_fill_DataRobotR Documentation

Fill scale constructor for DataRobot colors

Description

Fill scale constructor for DataRobot colors

Usage

scale_fill_DataRobot(
  palette = "DR_Blues",
  discrete = TRUE,
  reverse = FALSE,
  ...
)

Arguments

palette

Character name of palette in DataRobot_palettes

discrete

Boolean indicating whether color aesthetic is discrete or not

reverse

Boolean indicating whether the palette should be reversed

...

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


mrecos/DataRobotColors documentation built on March 19, 2022, 7:12 a.m.