showcolors: Creates bar plot to display given colors

View source: R/showcolors.R

showcolorsR Documentation

Creates bar plot to display given colors

Description

For a quick translation of hexadecimal color codes into visible colors this function simply creates a bar plot with the hexadecimal colors specified by the user. It takes a vector of strings containing the hexadecimal color codes, e.g. "#D0DD1E".

Usage

showcolors(...)

Arguments

...

One ore more strings or a vector of strings containing hexadecimal color codes.

Author(s)

David Klein

Examples


## Not run: showcolors("#D0DD1E")
## Not run: showcolors("#beefee")
## Not run: showcolors(c("#beefee","#D0DD1E"),"#FFFFFF")

pik-piam/luplot documentation built on Jan. 29, 2025, 12:30 a.m.