ggplot_color {pliman}R 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)

[Package pliman version 2.1.0 Index]