-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.03 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
Package: layer
Title: layer tilts your maps and turns them into ggplots
Version: 0.0.2
Authors@R:
c(person("Marco", "Sciaini", email = "[email protected]", role = c("aut", "cre")),
person("Cédric", "Scherer", email = "[email protected]", role = "aut"),
person("Josh", "Erickson", email = "[email protected]", role = "ctb"))
Description: layer is to simplify the whole process of creating stacked tilted maps, that are often used in scientific publications to show different environmental layers for a geographical region. Tilting maps and layering them allows to easily draw visual correlations between these environmental layers.
License: CC0
URL: https://github.com/marcosci/layer, https://marcosci.github.io/layer
BugReports: https://github.com/marcosci/layer/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 2.10)
Imports:
raster,
stars,
sf,
dplyr,
scico,
ggplot2,
ggnewscale,
magrittr,
tidyr,
furrr,
rgeos
LazyData: true