-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
44 lines (29 loc) · 1000 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: 'Landscape Change: Active Layer Data Visualization'
---
```{r render-site, include=FALSE,eval=F}
library(rmarkdown)
library(bookdown)
#knit this then commit and push
#render ReadProcessing
rmarkdown::render("code/ReadProcessing.Rmd", output_file="/Users/L347123/Desktop/activelayer/docs/github_ReadProcessing")
#render Taxonomy
rmarkdown::render("code/AL_taxonomy.Rmd", output_file="/Users/L347123/Desktop/activelayer/docs/github_taxonomy")
#render AL_DyanamicsAlongDepth
rmarkdown::render("code/AL_DyanamicsAlongDepth.Rmd", output_file="/Users/L347123/Desktop/activelayer/docs/github_AL_DynamicsAlongDepth")
```
\
\
### Current Analyses (as of 2024) {.unnumbered}
- <a href="github_ReadProcessing.html" target="_blank">Read and OTU pre-processing</a>
- <a href="github_taxonomy.html" target="_blank">Taxonomy</a>
- <a href="github_AL_DynamicsAlongDepth.html" target="_blank">Exploring community dynamics along depth profiles (just started this)</a>
\
\
\
\
\
\
\
\
\