Package 'oaColors'

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: 2024-12-22 06:32:31 UTC
Source: CRAN

Help Index


Generate a Color Wheel

Description

Generate a Color Wheel

Usage

colorWheel(colVec = NULL)

Arguments

colVec

vector of colors

Author(s)

Jason Waddell


Pick One or More OA Colors

Description

Pick One or More OA Colors

Usage

oaColors(color = NULL, alpha = 1)

Arguments

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)

Value

character vector of colors

Author(s)

Tobias Verbeke


Generate a Palette of OA Colors

Description

Generate a Palette of OA Colors

Usage

oaPalette(numColors = NULL, alpha = 1)

Arguments

numColors

number of colors to be contained in the palette

alpha

transparency level of the colors

Value

vector of colors

Author(s)

Jason Waddell