forked from lydialucchesi/Vizumap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.51 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
Package: Vizumap
Type: Package
Title: Visualizing uncertainty in spatial data
Version: 1.2.0
Description: Vizumap provides four uncertainty visualization approaches for spatial data.
These approaches include the bivariate choropleth map, map pixelation, glyph rotation, and the exceedance probability map.
In Vizumap, there are three different types of functions - formatting, building, and viewing functions - that make it easy to create
these uncertainty maps for a range of applied spatial problems.
URL: https://lydialucchesi.github.io/Vizumap/, https://github.com/lydialucchesi/Vizumap
Encoding: UTF-8
Date: 2020-06-04
Authors@R: c(person("Lydia", "Lucchesi", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1901-4301")),
person("Petra", "Kuhnert", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-9070-0091")),
person("Christopher", "Wikle", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-0655-2696")),
person("Benedict (Wei Jie)", "Chin", email = "[email protected]", role = c("ctb")))
Maintainer: Lydia Lucchesi <[email protected]>
Depends:
R (>= 3.5.0)
Imports:
dplyr,
ggplot2,
grDevices,
plyr,
ggmap,
animation,
reshape2,
sf,
sp,
spbabel,
patchwork,
PBSmapping,
FRK
License: GPL-3
LazyLoad: TRUE
LazyData: TRUE
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat,
markdown
VignetteBuilder: knitr