plot_colors: plot colors

View source: R/color.R

plot_colorsR Documentation

plot colors

Description

plot colors

Usage

plot_colors(x, ncol = 10, show_name = TRUE)

Arguments

x

color values

ncol

color number of each row

show_name

use vector names as label, FALSE to show the color value

Value

ggplot object

Examples

plot_colors(gradient_colors(c("blue", "red"), 10))

plutor documentation built on Oct. 27, 2023, 9:07 a.m.