In this article the author will show you how to create histogram in R using ggplot2 package. Written by Data Sharkie. When we get a new dataset for our analysis or research, often we would like to learn about the frequency of occurrence distribution of the variable of interest.
A histogram is a plot with rectangles, height of which represents the frequency or “count” of the occurrence and width is equal to the grouping interval.
Source: @datasharkie https://datasharkie.com/how-to-create-histogram-in-r/
The article is straightforward and covers:
- Installing ggplot2 package
- Loading sample dataset: trees
- Creating a histogram in R
Charts and code is also included and explained. Short and sweet!
[Read More]