Searching for clusters
Persistent selection is a great way to explore potential clusters in your data set, especially when paired with a color selector gadget. In this exercise, your task is to use persistent selection, hover selection, and color to explore potential clusters in scatterplots of 2017 HPI against the percentage of home ownership and the employment rate in a state.
plotly
and crosstalk
have already been loaded for you, and the linked scatterplots are stored in the linked_plots
object.
Cet exercice fait partie du cours
Intermediate Interactive Data Visualization with plotly in R
Instructions
- Use
highlight()
to (i) enablepersistent
selection, (ii) enable hover selection, and (iii) add a color selector widget.
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Enable persistent hover selection and a color selector
linked_plots %>%
___(___ = ___, ___ = ___, ___ = ___)