e_color_range | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.