This is a presentation for the Coursera Data Class “Developing Data products”. The objective of the class was to write a shiny app. The app which was created is based on the iris dataset. The goal ist to give the user the opportunity to create a plot with to different variables from the iris dataset. The plot automatically creates to lines. One line is fixed and represents a linear model. The other lines lowess ist configurable via the app. The following slides show the R code for the ui and server side and on the last slide an example of one possible configuration of the plot is shown.
- The application can be found in the following link
- The source code is hosted in the following link