get_continuous_palette: The Color Utility

View source: R/color.R

get_continuous_paletteR Documentation

The Color Utility

Description

Show palette supported by Continuous Color Palettes.

Usage

get_continuous_palette(palname, palettes = NULL)

Arguments

palname

the continuous palette name Currently there is 19 available options:

  • "gsea"

  • "material"

See the Scientific Journal and Sci-Fi Themed Color Palettes for ggplot2 for details.

palette

color palette Currently there is 20 available options:

  • "blue-grey"

  • "grey"

  • "brown"

  • "deep-orange"

  • "orange"

  • "amber"

  • "yellow"

  • "lime"

  • "light-green"

  • "green"

  • "teal"

  • "cyan"

  • "light-blue"

  • "blue"

  • "indigo"

  • "deep-purple"

  • "purple"

  • "red"

  • "pink"

  • "default"

See the Scientific Journal and Sci-Fi Themed Color Palettes for ggplot2 for details.

Author(s)

Jingcheng Yang <yjcyxky@163.com>

Examples

library("BioVisReportR")
palettes <- get_continuous_palette('material', palettes = 'red')

go-choppy/ChoppyReportR documentation built on June 9, 2022, 11:49 p.m.