rgbToHex: Converts RGB colors to Hex code colors

View source: R/RGBToHex.R

rgbToHexR Documentation

Converts RGB colors to Hex code colors

Description

Converts RGB colors to Hex code colors

Usage

rgbToHex(rgbVec)

Arguments

rgbVec

a vector of strings in the format "(0, 72, 186)"

Details

Taking input of a vector of RGB values in the format "(0, 72, 186)", etc, and returns the corresponding hex value in the format "#0048ba"

Value

vector of hex code strings in the format "#0048ba"


ggRtsy documentation built on Sept. 16, 2023, 1:08 a.m.