Skip to content

Commit

Permalink
Added count people in food desert
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berry authored and Daniel Berry committed Nov 27, 2016
1 parent be43b30 commit d010259
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion presentation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions presentation.html

Large diffs are not rendered by default.

0 comments on commit d010259

Please sign in to comment.