get_element_colors | R Documentation |
Get colors for a named vector based on a color ramp palette.
get_element_colors(v, colRamp, rearr = F)
v |
character vector. Unique elements to get colors for. |
colRamp |
colorRampPalette functions object containing colors for palette. Use function get_col_palette() to create. See ?colorRampPalette . |
rearr |
logical; should vector be arranged so a color gradient isn't created with the original vector order? |
x <- LETTERS1:6 get_element_colors(x, get_col_palette("RdBu")) get_element_colors(x, colorRampPalette(RColorBrewer::brewer.pal(9, "RdBu")))
A character vector of colors with the same length as v. The names of this vector are the unique elements specified by v.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.