Skip to content

Commit

Permalink
amend Marshall Street plot
Browse files Browse the repository at this point in the history
  • Loading branch information
lindbrook committed Sep 10, 2018
1 parent 8c1511c commit f952a97
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.Rmd
Expand Up @@ -90,8 +90,7 @@ plot(neighborhoodWalking(case.set = "expected"), type = "area.polygons")
The main virtue of the polygon approach is that it better lends itself to building graphs at different scales:

```{r virtue, fig.width = 6, fig.height = 6, fig.align = "center", message = FALSE}
streetNameLocator("marshall street", zoom = TRUE, highlight = FALSE,
add.title = FALSE, radius = 0.5)
streetNameLocator("marshall street", zoom = TRUE, radius = 0.5)
addNeighborhoodWalking()
```

Expand Down
13 changes: 2 additions & 11 deletions README.md
@@ -1,8 +1,5 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/cholera)](https://cran.r-project.org/package=cholera)
[![GitHub\_Status\_Badge](https://img.shields.io/badge/GitHub-0.5.1.9024-red.svg)](https://github.com/lindbrook/cholera/blob/master/NEWS)

cholera: amend, augment and aid analysis of Snow's cholera map
--------------------------------------------------------------

Expand Down Expand Up @@ -90,8 +87,7 @@ plot(neighborhoodWalking(case.set = "expected"), type = "area.polygons")
The main virtue of the polygon approach is that it better lends itself to building graphs at different scales:

``` r
streetNameLocator("marshall street", zoom = TRUE, highlight = FALSE,
add.title = FALSE, radius = 0.5)
streetNameLocator("marshall street", zoom = TRUE, radius = 0.5)
addNeighborhoodWalking()
```

Expand All @@ -117,12 +113,7 @@ Read the package vignettes (and the lab notes, if interested). They expand on th

They are also available online at the links below:

[Pump Neighborhoods](https://github.com/lindbrook/cholera/blob/master/docs/pump.neighborhoods.md) [+ lab notes](https://github.com/lindbrook/cholera/blob/master/docs/pump.neighborhoods.notes.md)
[Duplicate and Missing Cases](https://github.com/lindbrook/cholera/blob/master/docs/duplicate.missing.cases.md) [+ lab notes](https://github.com/lindbrook/cholera/blob/master/docs/duplicate.missing.cases.notes.md)
["Unstacking" Bars](https://github.com/lindbrook/cholera/blob/master/docs/unstacking.bars.md) [+ lab notes](https://github.com/lindbrook/cholera/blob/master/docs/unstacking.bars.notes.md)
[Roads](https://github.com/lindbrook/cholera/blob/master/docs/roads.md)
[Time Series](https://github.com/lindbrook/cholera/blob/master/docs/time.series.md)
[Kernel Density Plot](https://github.com/lindbrook/cholera/blob/master/docs/kernel.density.md)
[Pump Neighborhoods](https://github.com/lindbrook/cholera/blob/master/docs/pump.neighborhoods.md) [+ lab notes](https://github.com/lindbrook/cholera/blob/master/docs/pump.neighborhoods.notes.md) [Duplicate and Missing Cases](https://github.com/lindbrook/cholera/blob/master/docs/duplicate.missing.cases.md) [+ lab notes](https://github.com/lindbrook/cholera/blob/master/docs/duplicate.missing.cases.notes.md) ["Unstacking" Bars](https://github.com/lindbrook/cholera/blob/master/docs/unstacking.bars.md) [+ lab notes](https://github.com/lindbrook/cholera/blob/master/docs/unstacking.bars.notes.md) [Roads](https://github.com/lindbrook/cholera/blob/master/docs/roads.md) [Time Series](https://github.com/lindbrook/cholera/blob/master/docs/time.series.md) [Kernel Density Plot](https://github.com/lindbrook/cholera/blob/master/docs/kernel.density.md)

### note

Expand Down
3 changes: 1 addition & 2 deletions docs/pump.neighborhoods.Rmd
Expand Up @@ -81,8 +81,7 @@ plot(neighborhoodWalking(case.set = "expected"), type = "area.points")
The main virtue of the polygon approach is that it better lends itself to building graphs at different scales. Details about the implementation of neighborhood polygons are found in this vignette's lab notes, which are avalable [online](https://github.com/lindbrook/cholera/blob/master/docs/pump.neighborhoods.notes.md) and in the package's GitHub repository.

```{r, fig.width = 5, fig.height = 5, fig.align = "center", message = FALSE}
streetNameLocator("marshall street", zoom = TRUE, highlight = FALSE,
add.title = FALSE, radius = 0.5)
streetNameLocator("marshall street", zoom = TRUE, radius = 0.5)
addNeighborhoodWalking()
```

Expand Down
3 changes: 1 addition & 2 deletions docs/pump.neighborhoods.md
Expand Up @@ -91,8 +91,7 @@ plot(neighborhoodWalking(case.set = "expected"), type = "area.points")
The main virtue of the polygon approach is that it better lends itself to building graphs at different scales. Details about the implementation of neighborhood polygons are found in this vignette's lab notes, which are avalable [online](https://github.com/lindbrook/cholera/blob/master/docs/pump.neighborhoods.notes.md) and in the package's GitHub repository.

``` r
streetNameLocator("marshall street", zoom = TRUE, highlight = FALSE,
add.title = FALSE, radius = 0.5)
streetNameLocator("marshall street", zoom = TRUE, radius = 0.5)
addNeighborhoodWalking()
```

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-virtue-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions vignettes/pump.neighborhoods.Rmd
Expand Up @@ -85,8 +85,7 @@ plot(neighborhoodWalking(case.set = "expected"), type = "area.points")
The main virtue of the polygon approach is that it better lends itself to building graphs at different scales. Details about the implementation of neighborhood polygons are found in this vignette's lab notes, which are avalable [online](https://github.com/lindbrook/cholera/blob/master/docs/pump.neighborhoods.notes.md) and in the package's GitHub repository.

```{r, fig.width = 5, fig.height = 5, fig.align = "center", message = FALSE}
streetNameLocator("marshall street", zoom = TRUE, highlight = FALSE,
add.title = FALSE, radius = 0.5)
streetNameLocator("marshall street", zoom = TRUE, radius = 0.5)
addNeighborhoodWalking()
```

Expand Down

0 comments on commit f952a97

Please sign in to comment.