Skip to content

Commit

Permalink
Update 0.prep.md
Browse files Browse the repository at this point in the history
add ggplot2 for later lessons
  • Loading branch information
MattBixley authored Apr 2, 2024
1 parent 1ac5a51 commit 6412ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/0.prep.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6412ee8

Please sign in to comment.