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
.
Diese Übung ist Teil des Kurses
Intermediate Interactive Data Visualization with plotly in R
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Create a SharedData object from us2017
shared_us <- ___(___)