scale_color_DataRobot: Color scale constructor for DataRobot colors

View source: R/functions.R

scale_color_DataRobotR Documentation

Color scale constructor for DataRobot colors

Description

Color scale constructor for DataRobot colors

Usage

scale_color_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_color_gradientn(), used respectively when discrete is TRUE or FALSE


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