This program is created for the Seroclinix Technical Assessement. This file involves a program that creates a interactive visualization
of the Iris built in dataset. In order to access this app, the user must have R installed, along with the R Shiny library. Alternatively,
this web app can be acessed at https://joelkyu.shinyapps.io/r-coding-challenge/.
Scatter Plot:
- takes in data from both the X variable and Y variable
Histogram:
- takes in data form the X variable only
Box Plot:
- takes in data from the X variable only
Known Bugs: At the moment, no graph will display unless all three graph buttons are clicked in succession. This bug is actively being addressed.