PlotSymmetry {colorpatch}R Documentation

Plots the symmetry of a bivariate color scale

Description

Plots the symmetry of a bivariate color scale

Usage

PlotSymmetry(pal, color.space = "LAB")

Arguments

pal

A two-sided input palette colorspace::color

color.space

Color space where the distances shall be computed (default "LAB")

Value

a ggplot object

Examples

data("OptimGreenRedLAB")
PlotSymmetry(OptimGreenRedLAB)

[Package colorpatch version 0.1.2 Index]