Utility functions to access and plot color palettes

rgb2hex(R, G, B)

Author

ipda | unhcr.org | 2020

Examples

{ rgb2hex(255, 255, 255) rgb2hex(0, 0, 0) }
#> [1] "#000000"