-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
59 lines (59 loc) · 1.75 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
57
58
59
Package: mapsf
Title: Thematic Cartography
Version: 0.12.0
Authors@R:
c(person(given = "Timothée",
family = "Giraud",
email = "[email protected]",
role = c("cre","aut"),
comment = c(ORCID = "0000-0002-1932-3323")),
person(given = "Hugues",
family = "Pecout",
role = "ctb",
comment = c(ORCID = "0000-0002-0246-0954", "Logo")),
person(given = "Ronan",
family = "Ysebaert",
role = "ctb",
comment = c(ORCID = "0000-0002-7344-5911", "Cheat sheet")),
person(given = "Ian",
family = "Fellows",
role = "cph",
comment = "No overlap algorithm for labels, from wordcloud package"),
person(given = "Jim",
family = "Lemon",
role = "cph",
comment = "Arc drawing algorithm for annotations, from plotrix package"))
Description: Create and integrate thematic maps in your workflow. This package
helps to design various cartographic representations such as proportional
symbols, choropleth or typology maps. It also offers several functions to
display layout elements that improve the graphic presentation of maps
(e.g. scale bar, north arrow, title, labels). 'mapsf' maps 'sf' objects on
'base' graphics.
License: GPL (>= 3)
URL: https://riatelab.github.io/mapsf/
BugReports: https://github.com/riatelab/mapsf/issues/
Depends:
R (>= 3.6.0)
Imports:
classInt,
graphics,
maplegend,
s2,
sf,
stats,
utils,
grDevices
Suggests:
terra,
Ckmeans.1d.dp,
png,
jpeg,
lwgeom,
knitr,
rmarkdown,
tinytest,
covr
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Language: en-US