powered by
Build manual color range
e_color_range( data, input, output, colors = c("#bf444c", "#d88273", "#f6efa6"), ... )e_color_range_( data, input, output, colors = c("#bf444c", "#d88273", "#f6efa6"), ... )
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.
df <- data.frame(val = 1:10) e_color_range(df, val, colors)
Run the code above in your browser using DataLab