diff --git a/Makefile b/Makefile index 70d7bb1..bfc6f18 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ route_analysis: R/route_analysis.Rmd - R -e 'library("rmarkdown"); old_path <- Sys.getenv("PATH"); Sys.setenv(PATH = paste(old_path, "/usr/local/bin", sep = ":")); rmarkdown::render(knit_root_dir = "~/route_analysis/", output_dir = "~/route_analysis/html", input = "./R/route_analysis.Rmd", output_file = "./html/route_analysis.html")' + R -e 'library("rmarkdown"); old_path <- Sys.getenv("PATH"); Sys.setenv(PATH = paste(old_path, "/usr/local/bin", sep = ":")); rmarkdown::render(knit_root_dir = "./", output_dir = "./html", input = "./R/route_analysis.Rmd", output_file = "./html/route_analysis.html")' clean: clean-data clean-figure clean-script diff --git a/R/route_analysis.Rmd b/R/route_analysis.Rmd index dfe65bc..8a4d3b1 100644 --- a/R/route_analysis.Rmd +++ b/R/route_analysis.Rmd @@ -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")) +