Color range
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"), ... )
data |
Data.frame in which to find column names. |
input, output |
Input and output columns. |
colors |
Colors to pass to |
... |
Any other argument to pass to |
df <- data.frame(val = 1:10) e_color_range(df, val, colors)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.