Learn R Programming

PrettyCols (version 1.1.0)

prettycols: Generates the colour palettes

Description

Generates the colour palettes

Usage

prettycols(palette, n, type = "discrete", direction = 1)

Value

A character vector of hex colour codes.

Arguments

palette

Name of Palette. Run names(PrettyColsPalettes) to view options.

n

Number of desired colors. If number of requested colors is beyond the scope of the palette, colors are automatically interpolated. If n is not provided, the length of the palette is used.

type

Either "continuous" or "discrete". Use continuous if you want to automatically interpolate between colors. Default "discrete"

direction

Sets order of colors. Default palette is 1. If direction is -1, palette color order is reversed

Examples

Run this code
prettycols("Blues")

Run the code above in your browser using DataLab