Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed CB_checks/CB_Chk_20260421_ZR.pdf
Binary file not shown.
Binary file added CB_checks/CB_Chk_20260422_ZR.pdf
Binary file not shown.
Binary file removed CB_checks/TMP_Chk_20260421_ZR.pdf
Binary file not shown.
Binary file added CB_checks/TMP_Chk_20260422_ZR.pdf
Binary file not shown.
22 changes: 12 additions & 10 deletions current-data-zr.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ location_colors = PNWColors::pnw_palette("Sunset", length(unique(troll_long_curr
location_colors = c("UP" = "#20063B",
"TR" = "#FFBC42",
"SWAMP" = "darkgrey",
"WC" = "#419973",
"W" = "#419973",
"UP" = "#3B1F2B",
"C" = "springgreen2",
"F" = "cyan2",
Expand Down Expand Up @@ -546,9 +546,10 @@ prop_plot_600 <- troll_long_current %>%

prop_plot_600

if(SITES == "TMP") {
prop_plot_200 <- troll_long_current %>%
filter(name == "Pressure" & !is.na(value) & Table == "WaterLevel200") %>% ##Why are there 3 replicates for each timestamp and only one has a value?
if("TMP" %in% troll_long_current$Site) {
prop_plot_200 <- troll_long_current %>%

filter(name == "Pressure" & !is.na(value) & Table == "WaterLevel200") %>% ##Why are there 3 replicates for each timestamp and only one has a value?
group_by(Site, Plot) %>%
count() %>%
bind_rows(anti_join(max_counts, .)) %>%
Expand Down Expand Up @@ -615,7 +616,7 @@ redox_colors <- c("10-1" = "darkgoldenrod1",
"55-4" = "slateblue4",
"55-5" = "purple4")

if(SITES == "CB") {
if (any(redox$Site %in% c("SWH", "GCW", "GWI", "MSM"))) {
redox_assignments <- tribble(~number, ~Depth, ~Rep,
1, 10, 1,
2, 15, 1,
Expand All @@ -628,9 +629,8 @@ redox_assignments <- tribble(~number, ~Depth, ~Rep,
9, 10, 3,
10, 15, 3,
11, 30, 3,
12, 45, 3) }

if(SITES == "TMP") {
12, 45, 3)
} else if("TMP" %in% redox$Site) {
redox_assignments <- tribble(~number, ~Depth, ~Rep,
1, 10, 1,
2, 20, 1,
Expand All @@ -651,8 +651,10 @@ redox_assignments <- tribble(~number, ~Depth, ~Rep,
17, 10, 5,
18, 20, 5,
19, 35, 5,
20, 55, 5,
) }
20, 55, 5)
} else {
print ("No redox assignments")
}

##Is this correct for TMP plots?
##No "Plot" data included for TMP redox data?
Expand Down
Binary file removed current-data-zr_files/figure-html/sf-plots-1.png
Binary file not shown.
Binary file removed current-data-zr_files/figure-html/sf-plots-2.png
Binary file not shown.
Binary file removed current-data-zr_files/figure-html/sf-plots-3.png
Binary file not shown.
Binary file removed current-data-zr_files/figure-html/sf-plots-4.png
Binary file not shown.
Binary file removed current-data-zr_files/figure-html/teros-plots-1.png
Binary file not shown.
Binary file removed current-data-zr_files/figure-html/teros-plots-2.png
Binary file not shown.
Binary file removed current-data-zr_files/figure-html/teros-plots-3.png
Binary file not shown.
Binary file removed current-data-zr_files/figure-html/teros-plots-4.png
Binary file not shown.
Binary file removed current-data-zr_files/figure-html/troll-plots-1.png
Binary file not shown.
Loading