rgb2hex: Convert rgb to HEX code

View source: R/supporting_functions.R

rgb2hexR Documentation

Convert rgb to HEX code

Description

Convert rgb to HEX code

Usage

rgb2hex(r, g, b)

Arguments

r, g, b

Values that correspond to the three RGB parameters

Value

Returns a string containing a HEX code.

See Also

Other Support: camel_clean(), check_inputs(), combine_signals(), cut_hour(), extract_date_range(), extract_hr(), heat_colours(), is_date_format(), maxmin(), p_test(), pairwise_count(), plot_WOE(), read_preamble(), totals_bind(), totals_col(), totals_reorder(), tstamp(), us_to_space(), wrap()


wpa documentation built on Aug. 21, 2023, 5:11 p.m.

Related to rgb2hex in wpa...