powered by
Grey mode theme for a ggplot visualisation with legend at right. It uses the colours from greyness.
greyness
grey_mode_r(base_size = 11, base_family = "")
A ggplot theme.
The base size of the text. Defaults to 11.
The base family of the text. Defaults to "".
library(palmerpenguins) library(ggplot2) set_blanket() penguins |> gg_point( x = flipper_length_mm, y = body_mass_g, col = species, mode = grey_mode_r() )
Run the code above in your browser using DataLab