The purpose of this application is to create an interactive plot of the effects of diet on the early growth of chicks. It uses the ChickWeights dataset from the base R package. The app allows the user to manipulate the plot to get an overall view of the data as well as to zoom in on specific points of interest by using the checkboxes, a slider, and click and hover tools.
The application is hosted on the Shiny Server: https://tkerins24.shinyapps.io/devdatrawk4/
The ui.R and server.R code can be found on RPubs: https://github.com/tkerins24/DevDataWk4