powered by
colorize_vector(x, option = "D")
x <- runif(50) colorize_vector(x) x <- sample(letters[1:4], size = 20, replace = TRUE) colorize_vector(x)
Run the code above in your browser using DataLab