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)

TiagoOlivoto/pliman documentation built on Sept. 14, 2024, 2:24 a.m.