Learn R Programming

washi (version 0.2.0)

washi_pal_view: View a WaSHI palette

Description

Show the colors within a palette in a plot.

Usage

washi_pal_view(palette = "color_blind", n, reverse = FALSE)

Value

A plot with each color displayed.

Arguments

palette

Character name of palette in washi_pal. See names(washi_pal) for a list of available palettes.

n

Number of colors in palette.

reverse

Boolean indicating whether the palette should be reversed. Default is FALSE.

See Also

Other color palette functions: washi_pal_setup(), washi_pal

Examples

Run this code
washi_pal_view("standard")

washi_pal_view("color_blind")

washi_pal_view("blue_gradient", 4, reverse = TRUE)

Run the code above in your browser using DataLab