Create a Color Gradient from a Continuous Variable

tbl_rt_color_gradient(
  data,
  column = NULL,
  bind_name = F,
  colors = c("#C11432FF", "#009ADAFF", "#66A64FFF", "#FDD10AFF"),
  snake_names = T
)

Arguments

colors

Value

Examples

library(asbviz)
tbl_rt_color_gradient(iris, "Sepal.Length", bind_name = F)