Section 5 Interactive Visualization

Following Part IV of the methodology, we will now create an interactive visualization to represent feelings of anxiety through space in London. This visualization integrates a continuous raster layer of interpolated heart rate values, and point-based personal comments on emotional state.

The following libraries are required for this visualization:

We will begin by reading in the necessary data:

Now we will set the colour palettes that we will use to visualize this data.

We will also use some basic HTML to customize the formatting for the labels and popups on our map.

Now we will use the Leaflet package to create our interactive map.

A full page version of this map can be found here.