View source: R/human_functions_rename.r
incrementHex | R Documentation |
Note: This function is an internal function
incrementHex(col, r = 0, g = 0, b = 0)
col |
a vector of colors (in a format compatable with col2rgb) |
r |
integer value to increment red (-255 to 255) |
g |
integer value to increment green (-255 to 255) |
b |
integer value to increment blue (-255 to 255) |
a vector with all colors adjusted by the r, g, b integer values and in #xxxxxx format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.