| Title: | OpenAnalytics Colors Package |
|---|---|
| Description: | Provides carefully chosen color palettes as used a.o. at OpenAnalytics <http://www.openanalytics.eu>. |
| Authors: | Jason Waddell |
| Maintainer: | Jason Waddell <[email protected]> |
| License: | GPL-3 + file LICENSE |
| Version: | 0.0.4 |
| Built: | 2026-05-24 10:00:31 UTC |
| Source: | https://github.com/cran/oaColors |
Generate a Color Wheel
colorWheel(colVec = NULL)colorWheel(colVec = NULL)
colVec |
vector of colors |
Jason Waddell
Pick One or More OA Colors
oaColors(color = NULL, alpha = 1)oaColors(color = NULL, alpha = 1)
color |
a character vector of color names; possible values are "red", "orange", "yellow", "green", "cyan", "blue", "pink", "limegreen", "purple", "black", "white", "grey" or "gray" |
alpha |
transparency level for the color(s) |
character vector of colors
Tobias Verbeke
Generate a Palette of OA Colors
oaPalette(numColors = NULL, alpha = 1)oaPalette(numColors = NULL, alpha = 1)
numColors |
number of colors to be contained in the palette |
alpha |
transparency level of the colors |
vector of colors
Jason Waddell