ggplot_color: ggplot2-like colors generation

View source: R/utilities.R

ggplot_colorR Documentation

ggplot2-like colors generation

Description

Generate ggplot2

Usage

ggplot_color(n = 1)

Arguments

n

The number of colors. This works well for up to about eight colours, but after that it becomes hard to tell the different colours apart.

Examples


library(pliman)
ggplot_color(n = 3)

pliman documentation built on Oct. 15, 2023, 1:06 a.m.

Related to ggplot_color in pliman...