Exercise: Create Plots with Numerical Data

Use what we’ve learned so far to design plots for numerical data.

We'll cover the following

Assignment

Now that we have a data frame, let’s plot a histogram of our numeric variables. We can dress it up by adding color, changing the axes’ limits, and adding the main title.

Tip: Look at the help file for the hist() function.

Get hands-on with 1200+ tech skills courses.