This app is created using Shiny to provide a tool for explotory of IRIS data, it has following components:
- Documentation that helps users start
- User Interface layout in UI.R
- Actual operations in server.R
- Output of summary table and graphs
The Applicaiton layout composes of two major parts, one is the sidepanel, which provides documentation for user and an interactive interface for users to use. The other part is the main panel which outputs summary tables and graphs based on user's selections. Details explanation of user interfaces and outputs will be shown in following slides.