-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
56 lines (56 loc) · 1.97 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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 = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Harold", "Gil", email = "[email protected]", role = "ctb",
comment = "fix for show.guide"),
person("Brian", "Adams", email = "[email protected]", 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")
)
Maintainer: Bob Rudis <[email protected]>
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
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 have 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://gitlab.com/hrbrmstr/statebins
BugReports: https://gitlab.com/hrbrmstr/statebins/issues
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
testthat,
viridis,
RColorBrewer,
covr
Depends:
R (>= 3.5.0),
Imports:
ggplot2 (>= 2.2.1),
scales (>= 0.5.0),
grid
RoxygenNote: 7.1.0
Collate:
'aaa.R'
'geom-oscar.R'
'geom-otile.R'
'oscar-grob.R'
'geom-rrect.r'
'geom-rtile.R'
'geom-statebins.r'
'gutil.R'
'statebins-package.R'
'statebins.R'
'theme-statebin.R'
'util.R'