-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.21 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
Package: biscale
Type: Package
Title: Tools and Palettes for Bivariate Thematic Mapping
Version: 1.1.0.9000
Authors@R: c(
person("Christopher", "Prener", , "chris.prener@gmail.com", c("aut", "cre"),
comment = c(ORCID = "0000-0002-4310-9888")),
person("Timo", "Grossenbacher", , role = "aut"),
person("Angelo", "Zehr", , role = "aut"),
person("Joshua", "Stevens", , role = "ctb"))
Description: Provides a 'ggplot2' centric approach to bivariate mapping. This is a
technique that maps two quantities simultaneously rather than the single value
that most thematic maps display. The package provides a suite of tools
for calculating breaks using multiple different approaches, a selection of
palettes appropriate for bivariate mapping and scale functions for 'ggplot2'
calls that adds those palettes to maps. Tools for creating bivariate legends
are also included.
Depends: R (>= 3.5)
License: GPL-3
URL: https://chris-prener.github.io/biscale/
BugReports: https://github.com/chris-prener/biscale/issues
Encoding: UTF-8
LazyData: true
Imports:
classInt,
ggplot2
RoxygenNote: 7.2.0
Suggests:
covr,
cowplot,
knitr,
rmarkdown,
showtext,
sf,
testthat
VignetteBuilder: knitr