scale_uchu {childsds}R Documentation

uchu colour scale

Description

Uchu colour scale

Usage

scale_colour_uchu(
  pal = c("gray", "red", "pink", "purple", "blue", "green", "yellow", "orange",
    "general"),
  ...
)

scale_fill_uchu(
  pal = c("gray", "red", "pink", "purple", "blue", "green", "yellow", "orange",
    "general"),
  ...
)

Arguments

pal

colour palette

...

further arguments to scale

Details

provides the uchu colour scale as ggplot2 colour scale (https://github.com/NeverCease/uchu)

Value

ggplot colour scale

Author(s)

Mandy Vogel


[Package childsds version 0.9.11 Index]