Data Visualization
R Programming – Using different color pallet in ggplot2
Sometimes we choose not to use the default color pallet offered by R.In this post we’d be able to see some examples of alternative usage. Setting up the data: We’ll generate the data ourselves using set.seed(1000) command to retain the same data: This is a short view of the data Read more…

