-
Notifications
You must be signed in to change notification settings - Fork 1
/
packages-vector.bib
82 lines (73 loc) · 2.3 KB
/
packages-vector.bib
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
@Manual{R-base,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2023},
url = {https://www.R-project.org/},
}
@Manual{R-ggplot2,
title = {ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics},
author = {Hadley Wickham and Winston Chang and Lionel Henry and Thomas Lin Pedersen and Kohske Takahashi and Claus Wilke and Kara Woo and Hiroaki Yutani and Dewey Dunnington and Teun {van den Brand}},
year = {2024},
note = {R package version 3.5.0},
url = {https://ggplot2.tidyverse.org},
}
@Manual{R-mapview,
title = {mapview: Interactive Viewing of Spatial Data in R},
author = {Tim Appelhans and Florian Detsch and Christoph Reudenbach and Stefan Woellauer},
year = {2022},
note = {R package version 2.11.0},
url = {https://github.com/r-spatial/mapview},
}
@Manual{R-sf,
title = {sf: Simple Features for R},
author = {Edzer Pebesma},
year = {2023},
note = {R package version 1.0-15},
url = {https://r-spatial.github.io/sf/},
}
@Manual{R-tmap,
title = {tmap: Thematic Maps},
author = {Martijn Tennekes},
year = {2023},
note = {R package version 4.0},
url = {https://github.com/r-tmap/tmap},
}
@Book{ggplot22016,
author = {Hadley Wickham},
title = {ggplot2: Elegant Graphics for Data Analysis},
publisher = {Springer-Verlag New York},
year = {2016},
isbn = {978-3-319-24277-4},
url = {https://ggplot2.tidyverse.org},
}
@Book{sf2023,
author = {Edzer Pebesma and Roger Bivand},
title = {{Spatial Data Science: With applications in R}},
year = {2023},
publisher = {{Chapman and Hall/CRC}},
url = {https://r-spatial.org/book/},
doi = {10.1201/9780429459016},
}
@Article{sf2018,
author = {Edzer Pebesma},
title = {{Simple Features for R: Standardized Support for Spatial Vector Data}},
year = {2018},
journal = {{The R Journal}},
doi = {10.32614/RJ-2018-009},
url = {https://doi.org/10.32614/RJ-2018-009},
pages = {439--446},
volume = {10},
number = {1},
}
@Article{tmap2018,
title = {{tmap}: Thematic Maps in {R}},
author = {Martijn Tennekes},
journal = {Journal of Statistical Software},
year = {2018},
volume = {84},
number = {6},
pages = {1--39},
doi = {10.18637/jss.v084.i06},
}