Question: 3b. Let's try to make it look better. This time, we'll try use ggplot2 to make a histogram of the number of people arrested for
3b. Let's try to make it look better. This time, we'll try use ggplot2 to make a histogram of the number of people arrested for murder. Create a histogram using ggplot2. Be sure that you: (1) Set the limits of the x axis, (2) Label your x and y axes, (3) Give the graph a title. (It might give you warnings, that's okay.) Run the following code to load the package: install.packages("ggplot2") library(ggplot2)Updating HTML index of packages in '.Library' Making 'packages.html' ... done
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
