hsv2R: Convert an HSV matrix into R colors (hexadecimal)

View source: R/z_colors.R

hsv2RR Documentation

Convert an HSV matrix into R colors (hexadecimal)

Description

Convert an HSV matrix into R colors (hexadecimal)

Usage

hsv2R(x)

Arguments

x

numeric matrix with 3 columns representing hue (H), saturation (S), and value (V) color components respectively

Value

character vector of R colors (hexadecimal)

See Also

rgb2R, R2hsv, R2rgb, rgb2hsv, hsv2rgb


benja0x40/Barbouille documentation built on March 26, 2023, 11:38 p.m.