This slide show presents the Shiny application I created for the final project of the Developing Data Products course.
The Shiny application can be found here:
2/4/2022
This slide show presents the Shiny application I created for the final project of the Developing Data Products course.
The Shiny application can be found here:
This Shiny application was created for using the ChickWeight dataset from the R datasets package.
This dataset includes the following variables:
## [1] "weight" "Time" "Chick" "Diet"
The purpose of the Shiny application is to provide a tool that allows the user to explore the weight and times (in days) of measurement of the chicken.Histogram and scatterplots with the summary of the data are also presented
When the Shiny application is loaded, both a user input interface, histogram and scatterplot of the ChickWeight data are displayed.
Inputs are selected by the user using the slider for number of bins for the histogram. Radio buttoms are also used to select: 1. Weight of Chick and 2. Time of measurement (in days)
There is also an option to flip the axis in the case of the scatterplot
``
After the user has done with the selections, the histogram, summary of data and scatterplot are displayed in the main panel.
__THANK YOU!__