Skip to content

Commit d527d15

Browse files
committed
Deploying to gh-pages from @ 69643d9 🚀
1 parent 6901cc9 commit d527d15

10 files changed

+56
-8
lines changed

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
intro: intro.html
6-
last_built: 2026-02-18T13:02Z
6+
last_built: 2026-03-31T19:10Z
77
urls:
88
reference: https://r-tmap.github.io/tmap.networks/reference
99
article: https://r-tmap.github.io/tmap.networks/articles

reference/internal_network.html

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/internal_network.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tmapGridDataPlot(
1818
id,
1919
pane,
2020
group,
21+
glid,
2122
o,
2223
...
2324
)
@@ -35,6 +36,7 @@ tmapGridDataPlot(
3536
id,
3637
pane,
3738
group,
39+
glid,
3840
o,
3941
...
4042
)
@@ -52,6 +54,7 @@ tmapGridDataPlot(
5254
id,
5355
pane,
5456
group,
57+
glid,
5558
o,
5659
...
5760
)
@@ -73,6 +76,7 @@ tmapLeafletDataPlot(
7376
id,
7477
pane,
7578
group,
79+
glid,
7680
o,
7781
...
7882
)
@@ -94,6 +98,7 @@ tmapLeafletDataPlot(
9498
id,
9599
pane,
96100
group,
101+
glid,
97102
o,
98103
...
99104
)
@@ -115,6 +120,7 @@ tmapLeafletDataPlot(
115120
id,
116121
pane,
117122
group,
123+
glid,
118124
o,
119125
...
120126
)
@@ -131,6 +137,7 @@ tmapMapboxDataPlot.tm_data_network(
131137
id,
132138
pane,
133139
group,
140+
glid,
134141
o,
135142
...
136143
)
@@ -147,6 +154,7 @@ tmapMapboxDataPlot.tm_data_edges(
147154
id,
148155
pane,
149156
group,
157+
glid,
150158
o,
151159
...
152160
)
@@ -163,6 +171,7 @@ tmapMapboxDataPlot.tm_data_nodes(
163171
id,
164172
pane,
165173
group,
174+
glid,
166175
o,
167176
...
168177
)
@@ -179,6 +188,7 @@ tmapMaplibreDataPlot.tm_data_network(
179188
id,
180189
pane,
181190
group,
191+
glid,
182192
o,
183193
...
184194
)
@@ -195,6 +205,7 @@ tmapMaplibreDataPlot.tm_data_edges(
195205
id,
196206
pane,
197207
group,
208+
glid,
198209
o,
199210
...
200211
)
@@ -211,6 +222,7 @@ tmapMaplibreDataPlot.tm_data_nodes(
211222
id,
212223
pane,
213224
group,
225+
glid,
214226
o,
215227
...
216228
)

reference/tmapGetShapeMeta1.linnet.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/tmapGetShapeMeta1.linnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Implementation of tmapGetShapeMeta1 for linnet
66

77
``` r
88
# S3 method for class 'linnet'
9-
tmapGetShapeMeta1(shp, o)
9+
tmapGetShapeMeta1(shp, layer, o)
1010
```
1111

1212
## Value

reference/tmapGetShapeMeta1.sfnetwork.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/tmapGetShapeMeta1.sfnetwork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Implementation of tmapGetShapeMeta1 for sfnetwork
66

77
``` r
88
# S3 method for class 'sfnetwork'
9-
tmapGetShapeMeta1(shp, o)
9+
tmapGetShapeMeta1(shp, layer, o)
1010
```
1111

1212
## Value

reference/tmapShape.sfnetwork.html

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/tmapShape.sfnetwork.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ Implementation of tmapShape for sfnetwork
66

77
``` r
88
# S3 method for class 'sfnetwork'
9-
tmapShape(shp, is.main, crs, bbox, unit, filter, shp_name, smeta, o, tmf)
9+
tmapShape(
10+
shp,
11+
is.main,
12+
crs,
13+
bbox,
14+
unit,
15+
filter,
16+
layer,
17+
shp_name,
18+
smeta,
19+
o,
20+
tmf
21+
)
1022
```
1123

1224
## Value

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)