adjusted where the html file is saved

This commit is contained in:
Ben Varick 2024-10-29 13:35:51 -05:00
parent f5897c8b4c
commit 027d2b6f5d
Signed by: ben
SSH key fingerprint: SHA256:758jG979jvr5HnQJl1AQ/NYTyzXRgnuoVM/yCR024sE
2 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@ ggmap(basemap) +
x = NULL,
y = NULL,
color = NULL,
linewidth = "How many students can use road") +
linewidth = "How many students would use road") +
theme(axis.text=element_blank(),
axis.ticks=element_blank(),
plot.caption = element_text(color = "grey")) +
@ -154,7 +154,7 @@ ggmap(basemap) +
x = NULL,
y = NULL,
color = NULL,
linewidth = "How many students can use road") +
linewidth = "How many students would use road") +
theme(axis.text=element_blank(),
axis.ticks=element_blank(),
plot.caption = element_text(color = "grey")) +