Plotting the 1974 Motor Trend dataset using the Shiny framework

This is a very simple app I did for testing the Shiny framework for R. The app is a dynamic scatterplot where the user able to change the variables to plot.

View the Project on GitHub juandes/Scatterplot-Shiny

Plotting the 1974 Motor Trend dataset using the Shiny framework

Overview


Shiny is a web application framework for R for interactive web applications without using HTML, CSS or other web frameworks. This project is a simple Shiny I did for testing the framework. The app, is an interactive scatterplot of the 1974 Motor Trend dataset (mtcars), in which the user is able to change the variables to plot.

The app can be found here: Scatterplot Shiny App