You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: antaresVizLayout.Rmd
+53
Original file line number
Diff line number
Diff line change
@@ -266,3 +266,56 @@ plotMap(x = refData,
266
266
267
267
```
268
268
269
+
## Get a layout from another source
270
+
271
+
A user can choose to import a different layout from the default one.
272
+
The default one is obtained from `spMaps::getSpMaps()`. Anyone can download some `SpatialPolygonsDataFrame`, for example, from [here](https://gadm.org/download_country_v3.html).
273
+
274
+
Here, we have choose :
275
+
- Spain, Level 1 ;
276
+
- Belgium, Level 1 ;
277
+
- France, Level 2.
278
+
279
+
```{r rbindSP, echo = TRUE, eval = TRUE}
280
+
281
+
#before using it in mapLayout, we must read all the files
0 commit comments