pal_jco {ggsci}R Documentation

Journal of Clinical Oncology color palettes

Description

Color palette inspired by plots in Journal of Clinical Oncology.

Usage

pal_jco(palette = c("default"), alpha = 1)

Arguments

palette

Palette type. Currently there is one available option: "default" (10-color palette).

alpha

Transparency level, a real number in (0, 1]. See alpha in grDevices::rgb() for details.

Author(s)

Nan Xiao | me@nanx.me | https://nanx.me

Examples

library("scales")
show_col(pal_jco("default")(10))
show_col(pal_jco("default", alpha = 0.6)(10))

[Package ggsci version 3.2.0 Index]