Session Ready
Exercise

Flipping axes II

In this exercise, we'll continue to use the coord_flip() layer function to reverse the variables mapped onto the x and y aesthetics.

Within the mtcars dataset, car is the name of the car and wt is its weight.

Instructions 1/2
undefined XP
  • 1
  • 2
  • Create a scatter plot of wt versus car using the mtcars dataset. We'll flip the axes in the next step.