Get startedGet started for free

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.

This exercise is part of the course

Intermediate Interactive Data Visualization with plotly in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Create a SharedData object allowing selection of observations
shared_obs <- ___(___)
Edit and Run Code