November 12, 2015

Today's agenda

Today's agenda

  • Interactive visualizations with R live demo

  • Due Tuesday: App Ex 10

Inferactive visualizations in R

Interactive visualizations

  • shiny: what we're learning today

  • ggvis: currently in active development

Shiny

  • ui.R: User interface script
    • controls the layout and appearance of your app
    • lots of new shiny syntax
  • server.R: Server script
    • contains the instructions that your computer needs to build your app
    • mostly R code, some new shiny syntax for interactivity

Disclaimer

Live demo