Week 10: Shiny Part II

Author

Robert W. Walker

Published

March 20, 2023

Meeting Date: March 20, 2023.

Last updated: 2023-04-10 13:53:27

Timezone: America/Los_Angeles

Class Plan

  1. AMA
  2. Shiny Overview
  3. Shiny, Part II

Slides:

Week 10 Slides

Homework

The ninth assignment is rolled into the creation of a shiny application.

Syllabus Module for Week 9

Unifying it All Together with Shiny

Readings:

A note on figures…

Code
library(ggplot2)
ggplot(mtcars) + aes(x=mpg, y=hp) + geom_point()

cars in the margin

References

Code
knitr::write_bib(names(sessionInfo()$otherPkgs), file="bibliography.bib")

References

Wickham, Hadley. 2016. Ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York. https://ggplot2.tidyverse.org.
Wickham, Hadley, Winston Chang, Lionel Henry, Thomas Lin Pedersen, Kohske Takahashi, Claus Wilke, Kara Woo, Hiroaki Yutani, and Dewey Dunnington. 2023. Ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics. https://CRAN.R-project.org/package=ggplot2.