Introduction to R & GitHub
Comprehensive R Resources
- OHI Data Science Training — an online book written by The Ocean Health Index Team as an introduction to data science with R, with a focus on the tools used for calculating the OHI.
- R Cheatsheets — a collection of 8x11 pages (double-sided) each crammed with all-you-need-to-know information about a given package
- R for Data Science (R4DS) — classic book for learning to do data science with R
- Why RMarkdown? — OHI fellow article
- Stat545 — a well-organized and comprehensive website for a statistics course at UBC, which teaches R/RStudio as well as Git/GitHub
- OHI String Manipulation Examples — Slide deck of OHI examples manipulating strings using
stringr
, grep
, and dplyr
Overview of GitHub
Scientific Computing
Parallel Processing — useful resources that go over foreach
and doParallel
, both used frequently in OHI workflow
Website Customization
GitHub Pages
Custom Formats
Text-Image Wrapping
Data Visualization
R colors and palettes
ggplot2
cowplot
ggrepel