diff --git a/R/figs.R b/R/figs.R index 09358e7..90fcbe5 100644 --- a/R/figs.R +++ b/R/figs.R @@ -484,7 +484,7 @@ p6 <- ggplot(toplo6, aes(x = yr, y = avev, group = loc, color = loc)) + shape = NULL ) -p <- p1 + p2 + p4 + (p5 + p6 + plot_layout(ncol = 1, guides = 'collect')) + plot_layout(ncol = 1, heights = c(1, 1, 1, 2.75)) & theme(legend.position = 'top') +p <- p1 + p2 + p4 + (p5 + p6 + plot_layout(ncol = 1, guides = 'collect')) + plot_layout(ncol = 1, heights = c(1, 1, 1, 2.75)) & theme(legend.position = 'bottom') png(here('figs/meteowqraw.png'), height = 7.5, width = 7, family = 'serif', units = 'in', res = 500) print(p) @@ -677,7 +677,7 @@ p6 <- ggplot(toplo6, aes(x = yr, y = avev, group = loc, color = loc)) + shape = NULL ) -p <- p1 + p2 + p4 + (p5 + p6 + plot_layout(ncol = 1, guides = 'collect')) + plot_layout(ncol = 1, heights = c(1, 1, 1, 2.75)) & theme(legend.position = 'top') +p <- p1 + p2 + p4 + (p5 + p6 + plot_layout(ncol = 1, guides = 'collect')) + plot_layout(ncol = 1, heights = c(1, 1, 1, 2.75)) & theme(legend.position = 'bottom') png(here('figs/suppmeteowqraw.png'), height = 6.5, width = 7, family = 'serif', units = 'in', res = 500) print(p) diff --git a/figs/meteowqraw.png b/figs/meteowqraw.png index 1b0c47f..42adfd7 100644 Binary files a/figs/meteowqraw.png and b/figs/meteowqraw.png differ diff --git a/figs/suppmeteowqraw.png b/figs/suppmeteowqraw.png index 8d685fc..955a8df 100644 Binary files a/figs/suppmeteowqraw.png and b/figs/suppmeteowqraw.png differ diff --git a/manu-draft.docx b/manu-draft.docx index f04d5c2..eb6faa1 100644 Binary files a/manu-draft.docx and b/manu-draft.docx differ diff --git a/supplement.docx b/supplement.docx index 024d3d5..2c0cf35 100644 Binary files a/supplement.docx and b/supplement.docx differ