-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
120 lines (107 loc) · 2.35 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
url: https://qfes.github.io/rdeck
template:
bootstrap: 5
params:
docsearch:
api_key: 3ca320790448947a263a14839534e41e
index_name: rdeck
articles:
- title: Get started
navbar: ~
contents:
- rdeck
reference:
- title: Map
desc: Create Deck.GL map
contents:
- rdeck
- layers
- props
- title: Shiny
desc: Shiny
contents:
- rdeck_proxy
- rdeckOutput
- renderRdeck
- shiny-events
- title: Prop Types
desc: Description and usage for accessors, scales, tooltips and colours
contents:
- accessor
- scale
- tooltip
- color
- wk-geometry
- title: Core layers
desc: Deck.GL core layers
contents:
- arc_layer
- bitmap_layer
- column_layer
- geojson_layer
- grid_cell_layer
- icon_layer
- line_layer
- path_layer
- point_cloud_layer
- polygon_layer
- scatterplot_layer
- solid_polygon_layer
- text_layer
- title: Aggregation layers
desc: Deck.GL aggregation layers
contents:
- contour_layer
- grid_layer
- gpu_grid_layer
- cpu_grid_layer
- hexagon_layer
- screen_grid_layer
- heatmap_layer
- title: Geo layers
desc: Deck.GL geo layers
contents:
- great_circle_layer
- h3_cluster_layer
- h3_hexagon_layer
- s2_layer
- quadkey_layer
- tile_layer
- tile_3d_layer
- trips_layer
- terrain_layer
- mvt_layer
- title: Mesh layers
desc: Deck.GL mesh layers
contents:
- simple_mesh_layer
- scenegraph_layer
- title: Scales
desc: >
Translate data columns to visual properties, predominantly colours: fill, line, highlight
and sizes: radius, elevation, width, height.
contents:
- matches("scale_")
- matches("rescale_")
- title: Transformations
desc: >
Functions for scale transformations and their inverses
contents:
- power_trans
- log_trans
- symlog_trans
- title: Breaks
desc: >
Functions for defining scale breaks
contents:
- starts_with("breaks_")
- title: Other
contents:
- mapbox_access_token
- tile_json
- set_layer_visibility
- view_state
- editor_options
- format_number
- sfc_point
- sf_column