From ced316e78f6b1df02e23be675e9a2192278ba4f2 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Mon, 16 Oct 2023 13:52:43 -0500 Subject: [PATCH] changed figure format & size --- 03_make_figures.R | 14 ++++++-------- figures/map.svg | 0 2 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 figures/map.svg diff --git a/03_make_figures.R b/03_make_figures.R index 471d033..bef127d 100644 --- a/03_make_figures.R +++ b/03_make_figures.R @@ -7,19 +7,17 @@ colors <- list(darkblue = "#062e57", # save figure tiff(filename = "figures/map.tiff", - width = 6600, - height = 10200, + width = 11, + height = 17, + units = "in", res = 600, compression = "lzw") png(filename = "figures/map.png", - width = 6600, - height = 10200, - res = 600) - -svg(filename = "figures/map.svg", width = 11, - height = 17) + height = 17, + units = "in", + res = 600) # plot map diff --git a/figures/map.svg b/figures/map.svg deleted file mode 100644 index e69de29..0000000