Learn R Programming

add2ggplot (version 0.3.0)

more_colors: 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

Examples

Run this code
# NOT RUN {
more_colors(n = 12)
more_colors(n = 24)
more_colors(n = 36)
# }

Run the code above in your browser using DataLab