lcars_colors {trekcolors} | R Documentation |
Hex colors from LCARS color names
Description
Obtain hex colors from standard LCARS color names.
Usage
lcars_colors(...)
lcars_2357(...)
lcars_2369(...)
lcars_2375(...)
lcars_2379(...)
Arguments
... |
character, LCARS color names. |
Details
These functions return the hex colors for LCARS color names. If no argument is provided, the functions return their respective LCARS color set.
These functions correspond to LCARS color palettes that contain named colors.
Other predefined LCARS color palettes are available but do not have names for each color.
You can see all LCARS palettes with lcars_pals
.
See Also
Examples
lcars_colors()
lcars_2357()
lcars_colors("rust", "danub")
[Package trekcolors version 0.1.3 Index]