Commit 7f5bbc15 authored by Grelot Frederic's avatar Grelot Frederic :swimmer_tone5:
Browse files

MAJ des exemples

Showing with 7 additions and 3 deletions
+7 -3
...@@ -2,16 +2,20 @@ library(sf) ...@@ -2,16 +2,20 @@ library(sf)
map_so_ii() map_so_ii()
map_so_ii(theme = "collectivity") map_so_ii(theme = "collectivity")
map_so_ii(theme = "collectivity", detail = "syndicate")
map_so_ii(theme = "collectivity", detail = "syble") map_so_ii(theme = "collectivity", detail = "syble")
map_so_ii(theme = "collectivity", detail = "symbo") map_so_ii(theme = "collectivity", detail = "symbo")
map_so_ii(theme = "collectivity", detail = "epci", legend_theme = TRUE)
map_so_ii(theme = "clc") map_so_ii(theme = "clc")
map_so_ii(theme = "population") map_so_ii(theme = "population", legend_theme = TRUE)
map_so_ii(theme = "population", year = "2006", legend_theme = TRUE)
map_so_ii(theme = "catnat", year = 2019) map_so_ii(theme = "catnat", year = 2019)
map_so_ii(theme = "hydro") map_so_ii(theme = "hydro")
map_so_ii(theme = "hydro", detail = 3) map_so_ii(theme = "hydro", detail = 2)
map_so_ii(theme = "hydro", detail = "river")
map_so_ii(theme = "catchment") map_so_ii(theme = "catchment")
map_so_ii(theme = "catchment", detail = 2, legend_theme = TRUE) map_so_ii(theme = "catchment", detail = 2, legend_theme = TRUE)
map_so_ii(theme = "catchment", detail = 3) map_so_ii(theme = "catchment", detail = 3, legend_theme = TRUE)
# Can only work if data-common is a symbolic link # Can only work if data-common is a symbolic link
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment