Skip to content

Commit

Permalink
reproc eda clarify 2023, fix fig overplot issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Aug 6, 2024
1 parent 43efc3c commit 18e913c
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 24 deletions.
42 changes: 24 additions & 18 deletions docs/eda.html

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions docs/eda.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Exploratory data analysis"
title: "Exploratory analysis: 2023 data"
author:
- name: Marcus Beck, <[email protected]>, Sheila Scolaro, <[email protected]>
institute: "Tampa Bay Estuary Program"
Expand Down Expand Up @@ -154,7 +154,7 @@ All data for the current project can be viewed in the same plot that shows the i

```{r}
#| fig-width: 8
#| fig-height: 5
#| fig-height: 6
toplo <- dat %>%
mutate(
tempmed = median(tempc, na.rm = T),
Expand All @@ -169,7 +169,8 @@ ggplot(toplo, aes(x = stratum, y = tempc)) +
theme(
panel.grid.minor = element_blank(),
panel.grid.major.x = element_blank(),
strip.background = element_blank()
strip.background = element_blank(),
axis.text.x = element_text(angle = 45, hjust = 1)
) +
labs(
x = NULL,
Expand All @@ -184,7 +185,7 @@ Additionally, a comparison of the median hourly temperatures for the data summar

```{r}
#| fig-width: 8
#| fig-height: 5
#| fig-height: 6
toplo <- dat %>%
summarise(
tempc = median(tempc, na.rm = T),
Expand Down
Binary file modified docs/eda_files/figure-html/unnamed-chunk-10-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-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.
Binary file modified docs/eda_files/figure-html/unnamed-chunk-6-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-7-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-8-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-9-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.

0 comments on commit 18e913c

Please sign in to comment.