From 06bbcabc71dc29e1b0b94305d8ef251fb7dec274 Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Fri, 21 Jun 2024 13:02:00 -0600 Subject: [PATCH] Add ggplot2 resources --- ReadMe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 72fbfe1..0a8b808 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -51,6 +51,8 @@ Workshop Links: * Introduction: https://dx.doi.org/10.7287%2Fpeerj.preprints.3159v2 * R Markdown: https://bookdown.org/yihui/rmarkdown/markdown-syntax.html * R Tutorial: https://www.cyclismo.org/tutorial/R/ + * ggplot2: https://ggplot2.tidyverse.org/ + * ggplot2 cheat-sheet: https://www.maths.usyd.edu.au/u/UG/SM/STAT3022/r/current/Misc/data-visualization-2.1.pdf * Git book: https://git-scm.com/book/en * Git branching: * https://happygitwithr.com/git-branches (and remotes https://happygitwithr.com/git-remotes)