An introduction to data visualization and the grammar of graphics in R.
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.
ggplot2
ggplot2
ggplot()
plotThis workshop is designed for individuals with a basic familiarity using R and programmatic tools to conduct data analysis.
Room 295 in 1155 E 60th St.
To download these materials to your local computer, use the code below:
::use_course("css-skills/dataviz") usethis
Workshop materials are derived from R for Social Scientists licensed under Attribution 4.0 International (CC BY 4.0).
If you see mistakes or want to suggest changes, please create an issue on the source repository.
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 ...".
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} }