Skip to content

Commit

Permalink
correcting some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
paldhous committed Apr 12, 2016
1 parent 0d27be6 commit b34039b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ datatable(obs_daily2, rownames = FALSE,

***

### Timelines for urban areas in Southern California, before and after San Bernadino attack
### Timelines for urban areas in Southern California, before and after San Bernardino attack

```{r, results="hide", warning=FALSE, message=FALSE}
Expand All @@ -744,7 +744,7 @@ dates <- urban_feds_series %>%
select(date) %>%
unique()
# Riverside-San Bernadino
# Riverside-San Bernardino
san_bern_dhs <- urban_feds_series %>%
filter(NAME10 == "Riverside--San Bernardino, CA" & agency == "dhs") %>%
group_by(agency, date) %>%
Expand Down Expand Up @@ -787,7 +787,7 @@ san_bern_timeline <- ggplot() %>%

***

#### Riverside-San Bernadino timeline
#### Riverside-San Bernardino timeline

```{r, echo=FALSE}
plot(san_bern_timeline)
Expand Down
Loading

0 comments on commit b34039b

Please sign in to comment.