CommencerCommencez gratuitement

Linking for group selection

Have the length and diameter of the launch vehicles changed over time? One way to answer this question is to create an animation. Another approach is to link a chart representing time to a chart displaying the length and diameter of the launch vehicles. In this exercise, you will link a bar chart representing the number of launches over the years to a scatterplot of diameter against height.

plotly, crosstalk, dplyr, and the lv data set have been loaded for you.

Cet exercice fait partie du cours

<cours>Intermediate Interactive Data Visualization with plotly in R</cours>
Voir le cours

Exercice interactif pratique

Essayez cet exercice en complétant ce code d’exemple.

# Create a SharedData object allowing selection by year
shared_year <- ___(___, key = ___)
Modifier et exécuter le code