1. Learn
  2. /
  3. Courses
  4. /
  5. Interactive Data Visualization with plotly in R

Exercise

Boxplots

In this exercise, your task is to create a boxplot of global video game sales (the number of units sold) for each genre. Does genre appear to be related to sales?

Be sure to explore what hover information is given by default.

Note that plotly has already been loaded for you.

Instructions

100 XP
  • Create side-by-side boxplots with Global_Sales on the x-axis and Genre on the y-axis.