Skip to content

Commit

Permalink
fix error in the vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Eva Marques committed Sep 19, 2024
1 parent 106c6ce commit 79eca86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/case_study_triangle_area.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cws_final <- readRDS(paste0(
### Timeseries at each step of brassens pipeline

```{r}
timeseries(cws_raw2, ts = ts, te = te, var = temp)
timeseries(cws_raw, ts = ts, te = te, var = temp)
timeseries(cws_qc, ts = ts, te = te, var = temp)
timeseries(cws_final, ts = ts, te = te, var = temp)
```
Expand Down

0 comments on commit 79eca86

Please sign in to comment.