Skip to content

Commit

Permalink
update file paths in narrative
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmedina committed Apr 25, 2024
1 parent a7d23bb commit 0acb514
Show file tree
Hide file tree
Showing 2 changed files with 591 additions and 601 deletions.
4 changes: 2 additions & 2 deletions docs/eval_paradigm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The results of generalized additive models (GAMs) indicated that the TN-chloroph

# Data Processing {#data}

Water quality and external loading data were assembled by the `./data_proc.R` script. This section processes these data to support the subsequent analyses, including a few basic QA/QC checks.
Water quality and external loading data were assembled by the `../R/data_proc.R` script. This section processes these data to support the subsequent analyses, including a few basic QA/QC checks.

We begin by loading packages (see [References](#ref)).

Expand Down Expand Up @@ -132,7 +132,7 @@ head( pcwq2 )

## Environmental Protection Commission of Hillsborough County (EPC) water quality data {#data_epc}

This section loads the EPC water quality data from file (`./data/epcwq.RData`), pivots the dataframe from wide to long format, performs QC checks, aggregates the data to a monthly timeframe (monthly means), and creates a new `epcwq2` dataframe for analysis. As indicated in output below, a substantial number of Secchi records indicate that reported Secchi depth equals the total depth (i.e., the Secchi depth was visible at bottom); in these cases, the Secchi depth is not necessarily a reliable proxy for water clarity (e.g., in shallow areas).
This section loads the EPC water quality data from file (`../data/epcwq.RData`), pivots the dataframe from wide to long format, performs QC checks, aggregates the data to a monthly timeframe (monthly means), and creates a new `epcwq2` dataframe for analysis. As indicated in output below, a substantial number of Secchi records indicate that reported Secchi depth equals the total depth (i.e., the Secchi depth was visible at bottom); in these cases, the Secchi depth is not necessarily a reliable proxy for water clarity (e.g., in shallow areas).

```{r}
# load data
Expand Down
Loading

0 comments on commit 0acb514

Please sign in to comment.