Skip to content

Commit 4f5efaa

Browse files
committed
minor readme edits
1 parent df54c21 commit 4f5efaa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ The `meteval` function provides summary statistics of metabolism results to eval
8989
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.
9090

9191
```{r message = F, echo = F, results = 'hide'}
92-
devtools::load_all()
9392
data(metab_obs)
9493
data(metab_dtd)
9594
```
@@ -99,14 +98,12 @@ meteval(metab_obs)
9998
10099
# evaluate after weighted regression
101100
meteval(metab_dtd)
102-
103101
```
104102

105103
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.
106104

107105
```{r fig.height = 4, fig.width = 12, message = F, warning = F}
108106
plot(metab_obs, by = 'days')
109-
110107
```
111108

112109
Plot metabolism results from detided dissolved oxygen time series.

0 commit comments

Comments
 (0)