Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ltwardochleb committed Nov 22, 2023
2 parents 11ebc43 + f387ffb commit c4bf325
Show file tree
Hide file tree
Showing 53 changed files with 37,422 additions and 14,690 deletions.
Binary file removed NEWzooptables.xlsx
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ library(lme4)
library(car)
library(emmeans)
library(gratia)
library(here)
library(forcats)
library(here)
# Source functions
source(here("global_ndfa_funcs.R"))
source(here("Water_Quality/global_wq_funcs.R"))
Expand Down Expand Up @@ -295,22 +295,27 @@ plot(m_cpue_gam, pages=1, residuals=TRUE)
# Plot Upstream and Downstream Total BV by ActionPhase for each year
fig1 <- ggplot(data=zoopNDFA7, aes(y= log10(cpue),
x = factor(Regions2,levels = c("Upstream","Downstream")),
color = SamplePeriod)) +
geom_boxplot()
fill = SamplePeriod)) +
geom_boxplot(size=.2,outlier.size = .5)

fig1 +
labs(title = "Total Zooplankton Abundance by Year",
y = bquote(Log[10]~'Zooplankton Abundance'~(indiv.~L^-1)),
x = "Sampling Region",
color = "Pulse Period") +
fill = "Pulse Period") +
theme_bw()+
scale_fill_manual(values = c("#4DAF4A",
"#984EA3",
"#A3D0D4"),
labels=c("Before", "During", "After"))+
facet_wrap(Year ~ ., ncol = 2)

ggsave(path = output,
ggsave(path = "Plots",
filename = "fig1_log_zoop_cpue_by_year_and_AP.png",
device = "png",
device = "tiff",
scale=1.0,
units="in",
height=4,
width=6,
dpi="print")
dpi= "print")

Binary file added Zoop_code/Jesse-zoop-analyses/NEWzooptables.xlsx
Binary file not shown.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c4bf325

Please sign in to comment.