1. 学习
  2. /
  3. 课程
  4. /
  5. Intermediate Interactive Data Visualization with plotly in R

Connected

练习

Linking a dotplot and a time series plot

Did each region experience a similar downturn in HPI during the "Great Recession"? To start this investigation, link your time series plot from the previous exercise to a dotplot of the average HPI value by region in 2017.

The data are stored in us_economy, and plotly and crosstalk have been loaded for you.

说明 1 / 共 3 个

undefined XP
    1
    2
    3
  • Create a SharedData object allowing for selection by region and store it in the shared_region object.