My objective is to show the relationship between car weight, mileage, number of cylinders, and horsepower I do this in two ways.
First, I print summary statistics for each of these variables to show how they are distributed.
Second, I use the plotly package to plot all four of these variables simultaneously. I do this by first plotting weight on the x-axis and mileage on the y-axis. I then make the point size dependent on the car's horsepower and point color dependent on the number of cylinders.