adjusted where the html file is saved
This commit is contained in:
parent
f5897c8b4c
commit
027d2b6f5d
2 changed files with 3 additions and 3 deletions
|
@ -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")) +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue