more_colors {add2ggplot}R Documentation

Use a palette with 24 colors

Description

more_colors helps users to build a more robust palette serving ggplot objects.

Usage

more_colors(n = 24)

Arguments

n

the max number of color you choose

Value

The vector of the colors you choose

Author(s)

Jiaxiang Li

Examples

more_colors(n = 12)
more_colors(n = 24)
more_colors(n = 36)

[Package add2ggplot version 0.3.0 Index]