Module # 9 Visualization in R
The goal of this assignment is to generate three simple histograms of the Bank Wages dataset, using the job column. Below are the three libraries and their following outputs that I will illustrate.
1. Pre-built R library: This is the base hist plot for R. It is simply to implement and follow along, though it does not come with any customizations.
2. Lattice hist plot: This is the hist plot for lattice in R. It is my personal favorite out of al l three plots because it is pre-built to be colorful and outstanding. It also allows for customizations of the x and y labels, as well as a title.
3. GGPLOT hist plot: I would say this is the standard library for visualizations plots since it comes with numerous of customizations such as controlling the Bin width for the histograms.
Comments
Post a Comment