-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.43 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
Package: colorplaner
Type: Package
Title: A 'ggplot2' Extension to Visualize Two Variables per Color Aesthetic
Through Color Space Projections
Version: 0.1.4
Date: 2016-10-31
Authors@R: c(person("William", "Murphy",
email = "[email protected]",
role = c("aut", "cre")),
person("Hadley", "Wickham", role = "ctb",
comment = "Original author for copied and derived code"),
person("Winston", "Chang", role = "ctb",
comment = "Original author for copied and derived code"))
Description: A 'ggplot2' extension to visualize two
variables through one color aesthetic via mapping to a color space
projection. With this technique for 2-D color mapping, one can create a
bivariate choropleth in R as well as other visualizations with multivariate
color scales. Includes two new scales and a new guide for 'ggplot2'.
License: GPL-2
LazyData: TRUE
Imports:
grid,
scales,
gtable,
digest,
ggplot2 (>= 3.0.0)
Depends:
R (>= 3.1)
Suggests:
testthat,
maps,
mapproj,
knitr,
rmarkdown,
covr
RoxygenNote: 6.0.1
Copyright: Copyright 2016 William Murphy
VignetteBuilder: knitr
URL: https://github.com/wmurphyrd/colorplaner
BugReports: https://github.com/wmurphyrd/colorplaner/issues
Collate:
'other_package_compatibility.R'
'colorplane.R'
'ScaleColorPlane.R'
'colorplaner.R'
'guide_colorplane.R'