-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
71 lines (54 loc) · 2.39 KB
/
README.Rmd
File metadata and controls
71 lines (54 loc) · 2.39 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# Reduction in nitrification during the early transition from conventional to organic farming practices
## Introduction
This repository contains all of the scripts needed to replicate the results and output presented in:
[Jacob R. Price](https://jacobrprice.github.io/), [Diana Oviedo-Vargas](https://stroudcenter.org/people/oviedo-vargas/), [Marc Peipoch](https://stroudcenter.org/people/peipoch/), [Melinda D. Daniels](https://stroudcenter.org/people/daniels/), & [Jinjun Kan](https://stroudcenter.org/people/kan/). 2025. Reduction in nitrification during the early transition from conventional to organic farming practices. Ecosphere. (DOI forthcoming)
**Note(s):**
* These scripts were composed and executed on Mac machines; some modification may be required for use with PC or Linux environments.
## Process Flow Chart
*If you can't see the chart make your browser wider and reload the page.*
<!-- Syntax: -->
<!-- https://mermaid.js.org/syntax/flowchart.html -->
<!-- live editor: -->
<!-- https://mermaid-js.github.io/mermaid-live-editor/ -->
```mermaid
flowchart LR
A[(Raw Min/Nit)] --> D{{Prepare_Data.R}}
B[(Raw EEA)] --> D
C[(Raw qPCR)] --> D
D --> E[(dat.RDS)]
D --> Y[Table S1: Sample Counts]
E --> F{{Seasonality.R}}
F --> G["Fig. 3: Seasonality"]
F --> H["Fig. S2: Sup. Seasonality"]
E --> I{{boxplots.R}} --> J["Fig. 4: Boxplots"]
E --> K{{anova.R}}
K --> L["Table 3: ANOVA - MS & T "]
K --> M["Table 4: ANOVA - CC"]
K --> N["Table 5: Est Marg Means"]
E --> O{{weather_SMS.R}}
P[(Weather Station)] --> O
Q[(Soil Moist. Sens.)] --> O
O --> R[(SMS_dat.RDS)]
O --> S[(raindat.csv)]
O --> T[(tempdat.csv)]
O --> Z[Fig. 2: Weather & SMS]
E --> U{{correlation.R}}
R --> U
U --> V["Table S2: Cor Res"]
E --> W{{eea.R}} --> X["Fig. S3: EEA Ratios"]
```
## Repository Contents
* ./ - the project home directory; where you're currently located :-)
* ./README.Rmd & ./README.md - what you're reading at the moment
* ./data/ - contains all of the raw data needed to replicate our analysis and processed data in case you just want to look at the results themselves
* ./src/ - contains all of the (R) source files