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.

57 lines
2.0 KiB

10 years ago
Package: statebins
Type: Package
Title: Create United States Uniform Cartogram Heatmaps
Version: 1.4.0
Date: 2020-07-08
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"),
person("Mathew", "Kiang", role = "ctb",
comment = "Minor fix for NA handling")
)
7 years ago
Maintainer: Bob Rudis <bob@rud.is>
Description: The cartogram heatmaps generated by the included methods
are an alternative to choropleth maps for the United States
and are based on work by the Washington Post graphics department in their report
7 years ago
on "The states most threatened by trade"
(<http://www.washingtonpost.com/wp-srv/special/business/states-most-threatened-by-trade/>).
7 years ago
"State bins" preserve as much of the geographic placement of the states as
possible but have the look and feel of a traditional heatmap. Functions are
7 years ago
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://gitlab.com/hrbrmstr/statebins
BugReports: https://gitlab.com/hrbrmstr/statebins/issues
10 years ago
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
testthat,
viridis,
RColorBrewer,
covr
10 years ago
Depends:
R (>= 3.5.0),
8 years ago
Imports:
ggplot2 (>= 2.2.1),
scales (>= 0.5.0),
grid
RoxygenNote: 7.1.0
7 years ago
Collate:
7 years ago
'aaa.R'
'geom-oscar.R'
'geom-otile.R'
'oscar-grob.R'
7 years ago
'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'