Slide 1: Overview

This project demonstrates a simple Shiny application built using R.

The app allows users to explore the Old Faithful geyser dataset interactively.


Slide 2: Problem Statement

Understanding data distributions manually can be time-consuming.

This app provides a quick and visual way to explore waiting times between eruptions.


Slide 3: How the App Works


Slide 4: R Code Example

summary(faithful$waiting)
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    43.0    58.0    76.0    70.9    82.0    96.0