Skip to content

Commit

Permalink
more documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alamstein-trulia committed Oct 26, 2014
1 parent 19a3b58 commit 07485f9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions R/choroplethr_animate.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
#' \item Write a file called "animated_choropleth.html" which contains a viewer which animates them.
#' }
#'
#' @param choropleths A list of choropleths represented as ggplot2 objects. Created by, for example, \code{\link{choroplethr}}
#' or \code{\link{choroplethr_acs}}.
#' @param choropleths A list of choropleths represented as ggplot2 objects.
#' @return Nothing. However, a variable number of files are written to the current working directory.
#'
#' @keywords choropleth animation
Expand Down
2 changes: 1 addition & 1 deletion man/CountryChoropleth.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\name{CountryChoropleth}
\alias{CountryChoropleth}
\title{An R6 object for creating country-level choropleths.}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7ffd7f9d9310>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fee57225a38>
- attr(*, "name")= chr "CountryChoropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/CountyChoropleth.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\name{CountyChoropleth}
\alias{CountyChoropleth}
\title{Create a county-level choropleth}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7ffd7f9f2000>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fee572435f0>
- attr(*, "name")= chr "CountyChoropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/StateChoropleth.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\name{StateChoropleth}
\alias{StateChoropleth}
\title{Create a state-level choropleth}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7ffd7fa0f720>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fee57260c30>
- attr(*, "name")= chr "StateChoropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/USAChoropleth.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\alias{USAChoropleth}
\title{Normal choropleth that draws Alaska and Hawaii as insets.
In addition to a columns named "region" and "value", also requires a column named "state".}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7ffd7fa2f1c0>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fee57285c30>
- attr(*, "name")= chr "USAChoropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/ZipMap.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\name{ZipMap}
\alias{ZipMap}
\title{Create a county-level choropleth}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7ffd7fa70268>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fee572f1bc0>
- attr(*, "name")= chr "CountyChoropleth_generator"
}}
\usage{
Expand Down
3 changes: 1 addition & 2 deletions man/choroplethr_animate.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
choroplethr_animate(choropleths)
}
\arguments{
\item{choropleths}{A list of choropleths represented as ggplot2 objects. Created by, for example, \code{\link{choroplethr}}
or \code{\link{choroplethr_acs}}.}
\item{choropleths}{A list of choropleths represented as ggplot2 objects.}
}
\value{
Nothing. However, a variable number of files are written to the current working directory.
Expand Down

0 comments on commit 07485f9

Please sign in to comment.