Solution: Create Plots with Numerical Data
Let's look at the solution of the previous exercise.
Solution
The primary goal here is to look at the values in our numeric vectors. If we look at the help file of the hist()
function (which can be done by typing ?hist
in the previous lesson’s code terminal), we see that there are lots of options. Those are optional except for x
, which is the vector ...