powered by
A nice color palette for barplots with several bars.
bar.colors(n)
the number of colors to be in the palette.
a character vector containing different color names that can be used for barplots.
This function can be used to select colors for bar plots.
# NOT RUN { # get 5 different colors for 5 different bars barplot_colors <- bar.colors(5) # }
Run the code above in your browser using DataLab