R-Data-Visualization-Legacy
R-Data-Visualization-Legacy copied to clipboard
D-Lab's 3 hour introduction to data visualization with R. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more using ggplot2 and cowplot.
For many of the example questions (specifically in scatterplots and line plots sections), what was being asked did not correspond to the code in the code chunks below
The here() function was not working as intended for many participants (including me).
Discussions from Hero and Mingyu: 1. Consider mentioning that log-transformation is introduced in Part 4 of the R Fun series, which is reinforced in R data viz.
The link to the ggplot cheatsheet is broken: [ggplot2 cheatsheet](https://rstudio.com/wp-content/uploads/2019/01/Cheatsheets_2019.pdf): A helpful cheatsheet to ggplot2. Don't have a good one to suggest though