ComeçarComece de graça

Linking scatterplots

In this exercise, you'll use plotly and crosstalk to link a scatterplot of the U.S. Housing Price Index in 2017 (HPI) against the percentage of homeowners to a scatterplot of the 2017 HPI against the employment rate. Both packages have already been loaded, and the data are stored in us2017.

Este exercício faz parte do curso

Intermediate Interactive Data Visualization with plotly in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Create a SharedData object from us2017
shared_us <- ___(___)
Editar e executar o código