ComeçarComece de graça

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.

Este exercício faz parte do curso

Intermediate Interactive Data Visualization with plotly in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Adjust the frame and transition
ani %>% 
   animation_opts(frame = ___, transition = ___)
Editar e executar o código