CommencerCommencez gratuitement

Linked brushing

Linked brushing is a powerful tool to explore outliers and potential clusters. In this exercise, your task is to link a scatterplot of the diameter vs. length of launch vehicles to a scatterplot of total thrust vs. the payload capacity to low earth orbit (LEO). You'll restrict attention to launches since 2000.

plotly, crosstalk, and the lv2000 (a subset of the launch vehicle data set since 2000) 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 of observations
shared_obs <- ___(___)
Modifier et exécuter le code