CommencerCommencer gratuitement

Polishing your regional animation

In lesson 1, you created an animation that cycled through bubble charts of the housing price index against real GDP by region. In this exercise, your task is to polish that animation.

The animation you generated in the last chapter is stored as the object ani, and plotly has already been loaded for you.

A full list of the easing options can be found in here. Notice that you can append -in, -out, and -in-out to the easing options outlined in the lesson to further customize the transitions between frames.

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.

# Adjust the frame and transition
ani %>% 
   animation_opts(frame = ___, transition = ___)
Modifier et exécuter le code