Skip to content

Commit

Permalink
update eda with 2023 only and new deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Oct 1, 2023
1 parent ca77108 commit 34e6aa0
Show file tree
Hide file tree
Showing 12 changed files with 14,990 additions and 58 deletions.
256 changes: 206 additions & 50 deletions docs/eda.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/eda.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ metastrip <- metadat %>%
dat <- tempdat %>%
left_join(metastrip, by = 'yr_site_logger') %>%
filter(!site %in% '3SWB3') %>%
# filter(yr == 2023) %>%
filter(yr == 2023) %>%
mutate(
hr = hour(datetime),
mo = month(deploy_date),
Expand Down
Binary file modified docs/eda_files/figure-html/unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/eda_files/figure-html/unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/eda_files/libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 34e6aa0

Please sign in to comment.