CommencerCommencer gratuitement

Animating median life expectancies

The data frame of median HPI for region in each year you created in the previous exercise is stored as the object med_hpi.

In this exercise, you will work through the steps to create a cumulative time series animation displaying how the median HPI for each region has changed over time.

Note that plotly, dplyr, and purrr have been loaded for you.

Cet exercice fait partie du cours

Intermediate Interactive Data Visualization with plotly in R

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Split the med_hpi data frame by year
med_hpi %>%
  ___(___)
Modifier et exécuter le code