Skip to content

Commit

Permalink
Adjusted the line and point size on boxplot
Browse files Browse the repository at this point in the history
  • Loading branch information
jadams-cawater committed Oct 4, 2023
1 parent 298dace commit 20e50f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Zoop_code/Jesse-zoop-analyses/FASTR_zoop_multivariate.R
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ plot(m_cpue_gam, pages=1, residuals=TRUE)
fig1 <- ggplot(data=zoopNDFA7, aes(y= log10(cpue),
x = factor(Regions2,levels = c("Upstream","Downstream")),
fill = SamplePeriod)) +
geom_boxplot()
geom_boxplot(size=.2,outlier.size = .5)

fig1 +
labs(title = "Total Zooplankton Abundance by Year",
Expand All @@ -310,12 +310,12 @@ fig1 +
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")

0 comments on commit 20e50f8

Please sign in to comment.