8 tips to make better barplots with ggplot2 in R

Barplots or barcharts are extremely handy visualization technique for a variety of situations. It is of great use when you have multiple of categories and quickly visualize the counts of each category. In this post, we will start with how to make simple barplots using ggplot2 in R. Then we will see many examples of… Continue reading 8 tips to make better barplots with ggplot2 in R