From 20e50f8e74a148cefd9b8c72dcdb86fa6e532883 Mon Sep 17 00:00:00 2001 From: Adams Date: Wed, 4 Oct 2023 14:21:24 -0700 Subject: [PATCH] Adjusted the line and point size on boxplot --- Zoop_code/Jesse-zoop-analyses/FASTR_zoop_multivariate.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Zoop_code/Jesse-zoop-analyses/FASTR_zoop_multivariate.R b/Zoop_code/Jesse-zoop-analyses/FASTR_zoop_multivariate.R index 4b6f7b8..d36b318 100644 --- a/Zoop_code/Jesse-zoop-analyses/FASTR_zoop_multivariate.R +++ b/Zoop_code/Jesse-zoop-analyses/FASTR_zoop_multivariate.R @@ -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", @@ -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")