Learn R Programming

see (version 0.6.4)

see_colors: Extract See colors as hex codes

Description

Can be used to get the hex code of specific colors from the See color palette. Use see_colors() to see all available color.

Usage

see_colors(...)

Arguments

...

Character names of colors.

Value

A character vector with color-codes.

Examples

Run this code
# NOT RUN {
see_colors()

see_colors("indigo", "lime")
# }

Run the code above in your browser using DataLab