Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Prener committed Apr 29, 2019
1 parent 53818a0 commit 0b6a54e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 63 deletions.
2 changes: 1 addition & 1 deletion R/bi_theme.R
Expand Up @@ -3,7 +3,7 @@
#' @description A theme for creating a simple, clean bivariate map using \code{\link{ggplot2}}.
#'
#' @param base_family A character string representing the font family to be used in the map.
#' @param base_size A number represeting the base size used in the map.
#' @param base_size A number representing the base size used in the map.
#' @param bg_color A character string containing the hex value for the desired color of the map's background.
#' @param font_color A character string containing the hex value for the desired color of the map's text.
#' @param ... Arguments to pass on to \code{ggplot2}'s \code{theme} function
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Expand Up @@ -21,7 +21,7 @@ knitr::opts_chunk$set(
[![Coverage status](https://codecov.io/gh/slu-openGIS/biscale/branch/master/graph/badge.svg)](https://codecov.io/github/slu-openGIS/biscale?branch=master)
[![CRAN_status_badge](http://www.r-pkg.org/badges/version/biscale)](https://cran.r-project.org/package=biscale)

`biscale` implements a set of functions for bivariate themeatic mapping based on the [tutorial](https://timogrossenbacher.ch/2019/04/bivariate-maps-with-ggplot2-and-sf/) written by Timo Grossenbacher and Angelo Zehr as well as a set of bivariate mapping palettes from Joshua Stevens's [tutorial](http://www.joshuastevens.net/cartography/make-a-bivariate-choropleth-map/). The package currently supports two-by-two and three-by-three bivariate maps:
`biscale` implements a set of functions for bivariate thematic mapping based on the [tutorial](https://timogrossenbacher.ch/2019/04/bivariate-maps-with-ggplot2-and-sf/) written by Timo Grossenbacher and Angelo Zehr as well as a set of bivariate mapping palettes from Joshua Stevens's [tutorial](http://www.joshuastevens.net/cartography/make-a-bivariate-choropleth-map/). The package currently supports two-by-two and three-by-three bivariate maps:

![](man/figures/biscale.001.png)

Expand All @@ -41,7 +41,7 @@ remotes::install_github("slu-openGIS/biscale")

## Usage
### Quick Overview
Creating bivariate plots in the style described by [Grossenbacher and Zehr](https://timogrossenbacher.ch/2019/04/bivariate-maps-with-ggplot2-and-sf/) requires a number of dependencies in addition to `biscale` - `ggplot2` for plotting, `cowplot` for combining the legend and the main map, and `sf` for working with spaital objects in `R`:
Creating bivariate plots in the style described by [Grossenbacher and Zehr](https://timogrossenbacher.ch/2019/04/bivariate-maps-with-ggplot2-and-sf/) requires a number of dependencies in addition to `biscale` - `ggplot2` for plotting, `cowplot` for combining the legend and the main map, and `sf` for working with spatial objects in `R`:

```r
# load dependencies
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ Status](https://ci.appveyor.com/api/projects/status/github/slu-openGIS/biscale?b
status](https://codecov.io/gh/slu-openGIS/biscale/branch/master/graph/badge.svg)](https://codecov.io/github/slu-openGIS/biscale?branch=master)
[![CRAN\_status\_badge](http://www.r-pkg.org/badges/version/biscale)](https://cran.r-project.org/package=biscale)

`biscale` implements a set of functions for bivariate themeatic mapping
`biscale` implements a set of functions for bivariate thematic mapping
based on the
[tutorial](https://timogrossenbacher.ch/2019/04/bivariate-maps-with-ggplot2-and-sf/)
written by Timo Grossenbacher and Angelo Zehr as well as a set of
Expand Down Expand Up @@ -63,7 +63,7 @@ Creating bivariate plots in the style described by [Grossenbacher and
Zehr](https://timogrossenbacher.ch/2019/04/bivariate-maps-with-ggplot2-and-sf/)
requires a number of dependencies in addition to `biscale` - `ggplot2`
for plotting, `cowplot` for combining the legend and the main map, and
`sf` for working with spaital objects in `R`:
`sf` for working with spatial objects in `R`:

``` r
# load dependencies
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/bi_theme.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.Rmd
Expand Up @@ -21,7 +21,7 @@ knitr::opts_chunk$set(
[![Coverage status](https://codecov.io/gh/slu-openGIS/biscale/branch/master/graph/badge.svg)](https://codecov.io/github/slu-openGIS/biscale?branch=master)
[![CRAN_status_badge](http://www.r-pkg.org/badges/version/biscale)](https://cran.r-project.org/package=biscale)

`biscale` implements a set of functions for bivariate themeatic mapping based on the [tutorial](https://timogrossenbacher.ch/2019/04/bivariate-maps-with-ggplot2-and-sf/) written by Timo Grossenbacher and Angelo Zehr as well as a set of bivariate mapping palettes from Joshua Stevens's [tutorial](http://www.joshuastevens.net/cartography/make-a-bivariate-choropleth-map/). The package currently supports two-by-two and three-by-three bivariate maps:
`biscale` implements a set of functions for bivariate thematic mapping based on the [tutorial](https://timogrossenbacher.ch/2019/04/bivariate-maps-with-ggplot2-and-sf/) written by Timo Grossenbacher and Angelo Zehr as well as a set of bivariate mapping palettes from Joshua Stevens's [tutorial](http://www.joshuastevens.net/cartography/make-a-bivariate-choropleth-map/). The package currently supports two-by-two and three-by-three bivariate maps:

```{r exampleMap, echo=FALSE, out.width = '100%'}
knitr::include_graphics("man/figures/biscale.001.png")
Expand All @@ -43,6 +43,6 @@ Additional details, including some tips for installing `sf`, can be found in the
In addition to instructions for installation, the main [Get started](articles/biscale.html) article has:

* a quick overview of bivariate mapping,
* a description of the workflrow for creating bivariate maps,
* a description of the workflow for creating bivariate maps,
* a comparison of different approaches to calculating those classes,
* and a comparison of different color palettes for bivariate mapping.
52 changes: 0 additions & 52 deletions index.md

This file was deleted.

2 changes: 1 addition & 1 deletion man/bi_theme.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b6a54e

Please sign in to comment.