powered by
Build manual color range
e_color_range(data, input, output, colors = c("#bf444c", "#d88273", "#f6efa6"), ...)
Data.frame in which to find column names.
Input and output columns.
Colors to pass to colorRampPalette.
colorRampPalette
Any other argument to pass to colorRampPalette.
# NOT RUN { df <- data.frame(val = 1:10) df %>% e_color_range(val, colors) # }
Run the code above in your browser using DataLab