Session Ready
Exercise

Plot styling 1

This plot actually looks pretty nice and could be useful to share with someone else either on or outside of your team. Let's take some time to clean it up a bit. Some of these functions should be familiar from earlier. The summarized data and packages have been pre-loaded for you.

Instructions
100 XP
  • Use the function scale_y_continuous() to modify how the y-axis is displayed.
  • Set the limitsso the plot displays 0% to 100%.
  • Update the x-axis name with to say Month.
  • Update the y-axis name with to say Conversion Rate.