-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
47 lines (30 loc) · 1.52 KB
/
README.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
44
45
46
47
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# SCI
<!-- badges: start -->
<!-- badges: end -->
The goal of SCI is to calculate scores for hydrology, water quality, human health, and aquatic biology metrics to assess streams within the District of Columbia.
## Installation
You can install the development version of SCI from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("LimnoTech/SCI")
```
## Using the Package
Produce the SCI scores in just a few simple steps:
1. Complete the [pre-processing steps](https://limnotech.github.io/SCI/articles/pre-processing.html), as needed.
2. In RStudio, open the [workflow.R](https://github.com/LimnoTech/SCI/blob/master/workflow.R) script.
3. Update the "Input Variables" section of the script and confirm the latest data files are saved in the [data](https://github.com/LimnoTech/SCI/tree/master/data) folder.
4. Update [lookup_tables.xlsx](https://github.com/LimnoTech/SCI/blob/master/data/lookup_tables.xlsx) and run code from the "Lookup Tables" section of the script, as needed. Note: this step is not typically necessary.
5. Click the Source button to run the workflow.R script.
6. Complete the [post-processing steps](https://limnotech.github.io/SCI/articles/post-processing.html) to generate the SCI image files for each subwatershed