rgb2R: Convert an RGB matrix into R colors (hexadecimal)

View source: R/z_colors.R

rgb2RR Documentation

Convert an RGB matrix into R colors (hexadecimal)

Description

Convert an RGB matrix into R colors (hexadecimal)

Usage

rgb2R(x)

Arguments

x

numeric matrix with 4 columns representing red (R), green (G), blue (B) and alpha (A) color components respectively

Value

character vector of R colors (hexadecimal)

See Also

hsv2R, R2rgb, R2hsv, rgb2hsv, hsv2rgb


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