diff --git a/presentation.Rmd b/presentation.Rmd index 7d50f9f..4847908 100644 --- a/presentation.Rmd +++ b/presentation.Rmd @@ -15,11 +15,16 @@ output: revealjs::revealjs_presentation - Other definitions exist that also cover rural areas and take into account car ownership (harder to travel w/o a car) ## Where are food deserts in Chicago - +```{r, include = FALSE} +load('all_data') +``` ```{r, out.width = "600px", echo = FALSE} knitr::include_graphics("deserts_plot.png") ``` +## Number of people living in a food desert +According to the data and methodology used, estimate `r sum(all_data[all_data$desert, 'TOTAL.POPULATION'], na.rm = TRUE)` people living in a food desert. This is similar, but not exactly the same as previous estimates. In fact, other studies give a higher estimate. + # Chicago Demographics ## Distribution of Black People diff --git a/presentation.html b/presentation.html index b49c13a..15f3f43 100644 --- a/presentation.html +++ b/presentation.html @@ -95,6 +95,9 @@