1. Now we are going to use the geom_histogram
function to make a
histogram of the heights in the heights
data frame. When reading the
documentation for this function we see that it requires just one
mapping, the values to be used for the histogram.
Read the documentation for the geom_histogram
function. Which answer is correct?