LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Intermediate Interactive Data Visualization with plotly in R

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Adjust the frame and transition
ani %>% 
   animation_opts(frame = ___, transition = ___)
Code bearbeiten und ausführen