Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
VLucet committed Jun 25, 2024
1 parent 1046e70 commit 524ce53
Show file tree
Hide file tree
Showing 7 changed files with 248 additions and 37 deletions.
76 changes: 40 additions & 36 deletions docs/index.html

Large diffs are not rendered by default.

Binary file removed docs/index_files/figure-html/unnamed-chunk-15-1.png
Binary file not shown.
Binary file modified docs/index_files/figure-html/unnamed-chunk-16-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,12 @@ res_points_by_site <-
DT::datatable(res_points_by_site)
```

We save this table.

```{r}
readr::write_csv(res_points_by_site, "outputs/res_points_by_site.csv")
```

## Results

We can plot the results with "dodged" ggplot2 barplots.
Expand Down
201 changes: 201 additions & 0 deletions outputs/res_points_by_site.csv

Large diffs are not rendered by default.

0 comments on commit 524ce53

Please sign in to comment.