Learn R Programming

painter (version 0.1.0)

Creation and Manipulation of Color Palettes

Description

Functions for creating color palettes, visualizing palettes, modifying colors, and assigning colors for plotting.

Copy Link

Version

Install

install.packages('painter')

Monthly Downloads

113

Version

0.1.0

License

GPL-3

Maintainer

Last Published

August 13th, 2018

Functions in painter (0.1.0)

TestPalette

Tools for seeing a palette, and how it spans HSV space.
Palette

Generates a color palette (a vector of colors) between two specified colors.
SetOpacity

Modify the opacity, hue, saturation or value of color(s)
GetOpacity

Extract the opacity, hue, saturation or value from a color or vector of colors
Mix

Create mixtures of color pairs, in either RGB or HSV mode.
ColorBy

Assign colors using one or two numeric vectors
Complement

Generate the complement (opposite hue) of a color, or generate a palette from a color and its complement.