powered by
create vector containing Hex color codes
DistinctColors(range, random = FALSE)
number of colors as sequence
logical, indicating whether or not to provide random colors, Default: FALSE
# NOT RUN { DistinctColors(1:3) # [1] "#FFFF00" "#1CE6FF" "#FF34FF" set.seed(1) DistinctColors(1:3, TRUE) # [1] "#575329" "#CB7E98" "#D86A78" # }
Run the code above in your browser using DataLab