Overview

Shiny is an R package for creating interactive data visualization explorations that you and your colleagues can visit in their web browser without installing anything. The convenience this affords is priceless when we want to share and let others explore our data and analyses.

There are some really great examples of what Shiny can do on their webite like this one.

Lesson

We’re going to create a simple shiny app with two sliders so we can interactively control inputs to an R function. This extends our work done earlier in this course so we’re going to start where we left off with our inverse distance weighting exercise and turn the static plot we made at the end into an interactive graphic.

Steps:

Resources