-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.14 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
Package: layer
Title: Tilt your Maps and Turn Them into 'ggplot' Plots
Version: 0.0.3
Authors@R: c(
person("Marco", "Sciaini", , "[email protected]", role = c("aut", "cph")),
person("Cédric", "Scherer", , "[email protected]", role = "aut"),
person("Josh", "Erickson", , "[email protected]", role = "ctb"),
person("Egor", "Kotov", , "[email protected]", role = c("ctb", "cre"),
comment = c(ORCID = "0000-0001-6690-5345"))
)
Description: Simplifies 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
Depends:
R (>= 2.10)
Imports:
dplyr,
furrr,
ggnewscale,
ggplot2,
magrittr,
raster,
scico,
sf,
stars,
tidyr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2