Skip to content

Commit

Permalink
minor readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Aug 4, 2023
1 parent df54c21 commit 4f5efaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ The `meteval` function provides summary statistics of metabolism results to eval
In general, useful results for weighted regression are those that remove the correlation of dissolved oxygen, production, and respiration with tidal changes. Similarly, the mean estimates of metabolism should not change if a long time series is evaluated, whereas the standard deviation and percent anomalous estimates should decrease.

```{r message = F, echo = F, results = 'hide'}
devtools::load_all()
data(metab_obs)
data(metab_dtd)
```
Expand All @@ -99,14 +98,12 @@ meteval(metab_obs)
# evaluate after weighted regression
meteval(metab_dtd)
```

Plot metabolism results from observed dissolved oxygen time series (see `?plot.metab` for options). Note the periodicity with fortnightly tidal variation and instances with negative production/positive respiration.

```{r fig.height = 4, fig.width = 12, message = F, warning = F}
plot(metab_obs, by = 'days')
```

Plot metabolism results from detided dissolved oxygen time series.
Expand Down

0 comments on commit 4f5efaa

Please sign in to comment.