Data visualization with ggplot2

An introduction to data visualization and the grammar of graphics in R.

Benjamin Soltoff https://www.bensoltoff.com (University of Chicago)https://macss.uchicago.edu
10-05-2021

Data visualization with ggplot2

Overview

Data visualizations are an important tool for communicating scientific findings. Visualizations encode empirical data in a compact and efficient form to help tell a story using your data. This workshop provides an introduction to creating statistical graphics using R and the ggplot2 package.

Objectives

Audience

This workshop is designed for individuals with a basic familiarity using R and programmatic tools to conduct data analysis.

Location

Room 295 in 1155 E 60th St.

Prework

To download these materials to your local computer, use the code below:

usethis::use_course("css-skills/dataviz")

Acknowledgments

Workshop materials are derived from R for Social Scientists licensed under Attribution 4.0 International (CC BY 4.0).

Corrections

If you see mistakes or want to suggest changes, please create an issue on the source repository.

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY-NC 4.0. Source code is available at https://github.com/css-skills/site, unless otherwise noted. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Soltoff (2021, Oct. 5). Computation Skills Workshop: Data visualization with ggplot2. Retrieved from https://css-skills.uchicago.edu/posts/2021-10-05-data-visualization-with-ggplot2/

BibTeX citation

@misc{soltoff2021data,
  author = {Soltoff, Benjamin},
  title = {Computation Skills Workshop: Data visualization with ggplot2},
  url = {https://css-skills.uchicago.edu/posts/2021-10-05-data-visualization-with-ggplot2/},
  year = {2021}
}