From 6412ee8a9a0610721d3e00839b404864658309b3 Mon Sep 17 00:00:00 2001 From: Matt Bixley Date: Wed, 3 Apr 2024 09:24:44 +1300 Subject: [PATCH] Update 0.prep.md add ggplot2 for later lessons --- docs/0.prep.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/0.prep.md b/docs/0.prep.md index a8209b2..2afedf0 100644 --- a/docs/0.prep.md +++ b/docs/0.prep.md @@ -23,6 +23,7 @@ The data set, and any inference that is generated from it, is not our primary in library(purrr) library(tidyr) library(tibble) + library(ggplot2) asv <- read.delim("https://raw.githubusercontent.com/GenomicsAotearoa/Intermediate-R/main/tables/asv_table.tsv") env <- read.delim("https://raw.githubusercontent.com/GenomicsAotearoa/Intermediate-R/main/tables/env_table.tsv")