From 74b9c10f7df07868f75c402c0ecc2c29fda528b6 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Tue, 5 Nov 2024 12:21:05 -0600 Subject: [PATCH] changed title of map --- cycling_route_analysis_brouter.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cycling_route_analysis_brouter.Rmd b/cycling_route_analysis_brouter.Rmd index a09a68e..565c678 100644 --- a/cycling_route_analysis_brouter.Rmd +++ b/cycling_route_analysis_brouter.Rmd @@ -426,7 +426,7 @@ ggmap(basemap) + ggsave(file = paste0("figures/", school_focus %>% pull(name), " Addresses - Traffic Stress_cycling.pdf"), - title = paste0(school_focus %>% pull(name), " Cycling Routes - Traffic Stress"), + title = paste0(school_focus %>% pull(name), " Student Addresses - Cycling Traffic Stress"), device = pdf, height = 8.5, width = 11,