You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.8 KiB

10 years ago
Package: statebins
Type: Package
7 years ago
Title: Create 'U.S.' Uniform Square State Cartogram Heatmaps
7 years ago
Version: 2.0.0
Date: 2017-11-14
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Harold", "Gil", email = "hgil@marionhealth.org", role = "ctb",
comment = "fix for show.guide"),
person("Brian", "Adams", email = "btadams478@gmail.com", role = "ctb",
comment = "theme testing & feedback"),
person("Thomas", "Wood", role = "ctb",
comment = "Significant suggestions & testing that made new features possible")
)
7 years ago
Maintainer: Bob Rudis <bob@rud.is>
Description: Cartogram heatmaps are an alternative to choropleth maps for 'USA' States
and are based on work by the 'Washington Post' graphics department in their report
on "The states most threatened by trade"
<http://www.washingtonpost.com/wp-srv/special/business/states-most-threatened-by-trade/>.
"State bins" preserve as much of the geographic placement of the states as
possible but has the look and feel of a traditional heatmap. Functions are
provided that allow for use of a binned, discrete scale, a continuous scale
or manually specified colors depending on what is needed for the underlying data.
URL: https://github.com/hrbrmstr/statebins
10 years ago
BugReports: https://github.com/hrbrmstr/statebins/issues
License: MIT + file LICENSE
Suggests:
testthat,
viridis,
RColorBrewer,
covr
10 years ago
Depends:
7 years ago
R (>= 3.2.0),
8 years ago
Imports:
ggplot2 (>= 2.2.1),
scales (>= 0.5.0),
grid
6 years ago
RoxygenNote: 6.0.1.9000
7 years ago
Collate:
7 years ago
'aaa.R'
'geom-rrect.r'
'geom-rtile.R'
7 years ago
'geom-statebins.r'
7 years ago
'gutil.R'
'statebins-package.R'
'statebins.R'
'theme-statebin.R'
'util.R'