Learn R Programming

scCustomize (version 3.0.0)

Hue_Pal: Hue_Pal

Description

Shortcut to hue_pal to return to ggplot2 defaults if user desires, from scales package.

Usage

Hue_Pal(num_colors)

Value

hue color palette (as many colors as desired)

Arguments

num_colors

number of colors to return in palette.

Examples

Run this code
cols <- Hue_Pal(num_colors = 8)
PalettePlot(pal= cols)

Run the code above in your browser using DataLab