nearRcolor: Getting near r colors

View source: R/nearRcolor.R

nearRcolorR Documentation

Getting near r colors

Description

Getting near r colors

Usage

nearRcolor(
  rgb,
  cSpace = c("hsv", "rgb255", "Luv", "Lab"),
  dist = switch(cSpace, hsv = 0.1, rgb255 = 30, Luv = 15, Lab = 12)
)

Arguments

rgb

show the col

cSpace

specify the number of rows

dist

specify the number of columns

Value

the grid layout, invisibly

Author(s)

Ibrahim H. Elkhidir, originally


IbrahimHE/wrangler documentation built on March 27, 2022, 4:23 p.m.