CommencerCommencer 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

Intermediate Interactive Data Visualization with plotly in R

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Create a SharedData object allowing selection of observations
shared_obs <- ___(___)
Modifier et exécuter le code