-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy path_pkgdown.yml
201 lines (192 loc) · 4.53 KB
/
_pkgdown.yml
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
url: https://r-tmap.github.io/tmap/
template:
bootstrap: 5
bslib:
primary: "#5f8640"
# figures:
dev: ragg::agg_png
dpi: 300
development:
version_tooltip: "tmap v4 documentation"
reference:
- title: Thematic Maps
contents:
- tmap-package
- title: Create a quick plot
contents:
- qtm
- title: Stacking tmap elements
contents:
- tmap-element
- title: Specify spatial data
contents:
- tm_shape
- tm_crs
- title: Add data-driven map layers
contents:
- tm_polygons
- tm_lines
- tm_markers
- tm_raster
- tm_text
- tm_iso
- tm_sf
- title: Specify facets
contents:
- tm_facets
- title: Add auxiliary map layers
contents:
- tm_tiles
- tm_basemap
- tm_rgb
- tm_grid
- tm_graticules
- title: Add map components
contents:
- tm_title
- tm_credits
- tm_compass
- tm_scalebar
- tm_logo
- tm_minimap
- tm_mouse_coordinates
- tm_xlab
- title: Set scale for a visual variable
desc: Always use those in this form `<vv>.scale = tm_scale*()`
contents:
- tm_scale
- starts_with("tm_scale_")
- -tm_scale_bar
- title: Set legend for a visual variable
desc: Always use those in this form `<vv>.legend = tm_legend*()`
contents:
- starts_with("tm_legend")
- tm_add_legend
- tm_place_legends_right
- title: Set charts for a visual variable
desc: Always use those in this form `<vv>.chart = tm_chart*()`
contents:
- starts_with("tm_chart")
- title: Set layout options
contents:
- tm_layout
- tm_options
- tm_view
- tm_group
- tm_plot
- title: Set options globally for tmap
contents:
- tmap_options
- tmap_style
- tmap_style_catalogue
- tmap_mode
- tmap_devel_mode
- tmap_design_mode
- title: Export a tmap object
contents:
- tmap_save
- tmap_leaflet
- title: Datasets included in tmap
contents:
- World
- World_rivers
- land
- metro
- starts_with("NLD")
- title: Use tmap in shiny
contents:
- renderTmap
- title: Print a tmap object
contents:
- tmap_last
- print.tmap
- tmap_animation
- tmap_arrange
- title: Helper functions
contents:
- tm_const
- tm_pos
- tm_seq
- tm_vars
- tm_plot_order
- theme_ps
- tmap_tip
- tmap_icons
navbar:
structure:
left: [reference, basics, foundations, example, comparison, advanced, news]
components:
home: ~
basics:
text: Basics
menu:
- text: Visual variables
href: articles/basics_vv
- text: Scales
href: articles/basics_scales
- text: Modes
href: articles/basics_modes
- text: Facets
href: articles/basics_facets
- text: Legends
href: articles/basics_legends
- text: Basemaps
href: articles/basics_basemaps
- text: Components
href: articles/basics_components
- text: Charts
href: articles/basics_charts
- text: Layout
href: articles/basics_layout
- text: Exporting
href: articles/basics_exporting
foundations:
text: Foundations
menu:
- text: Grammar of Graphics
href: articles/foundations_gg
- text: Map projections (CRS)
href: articles/foundations_crs
example:
text: Examples
menu:
- text: Choropleth (World)
href: articles/examples_choro_World
- text: Choropleth (Netherlands)
href: articles/examples_choro_NLD
- text: Bubble map
href: articles/examples_bubble
- text: Raster map
href: articles/examples_raster
- text: Topographic map (Africa)
href: articles/examples_topo_Africa
- text: Terrain map
href: articles/examples_terrain
- text: Gridmap
href: articles/examples_gridmaps
comparison:
text: Comparison
menu:
- text: tmap vs ggplot2
href: articles/versus_ggplot2
- text: tmap vs mapview
href: articles/versus_mapview
- text: tmap vs mapsf
href: articles/versus_mapsf
advanced:
text: Advanced
menu:
- text: Shiny integration
href: articles/adv_shiny
- text: Layer groups (view mode only)
href: articles/adv_groups
- text: Multivariate visual variables
href: articles/adv_multivariate
- text: Positioning of components
href: articles/adv_positions
- text: Options and styles
href: articles/adv_options
- text: Margins and aspect ratio
href: articles/adv_margins
- text: Extending tmap
href: articles/adv_extensions