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

MAJ exemples

Showing with 4 additions and 4 deletions
+4 -4
......@@ -11,10 +11,10 @@ map_so_ii(theme = "population", theme_legend = TRUE)
map_so_ii(theme = "population", year = "2006", theme_legend = TRUE)
map_so_ii(theme = "population", year = c(2006, 2019), theme_legend = TRUE)
map_so_ii(theme = "population", year = c(1876, 2019), detail ="relative", theme_legend = TRUE)
map_so_ii(theme = "catnat")
map_so_ii(theme = "catnat", detail = "nappe")
map_so_ii(theme = "catnat", detail = "inondation", year = 2003)
map_so_ii(theme = "catnat", detail = "inondation", year = 2003:2014)
map_so_ii(theme = "catnat", theme_legend = TRUE)
map_so_ii(theme = "catnat", detail = "nappe", theme_legend = TRUE)
map_so_ii(theme = "catnat", detail = "inondation", year = 2003, theme_legend = TRUE)
map_so_ii(theme = "catnat", detail = "inondation", year = 2003:2014, theme_legend = TRUE)
map_so_ii(theme = "hydro")
map_so_ii(theme = "hydro", detail = 2)
map_so_ii(theme = "hydro", detail = "river")
......
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