diff --git a/map_so_ii.rmd b/map_so_ii.rmd index 858fa58c44eeaa051269d7edb1216e3d8963a92d..e45d67920bae60034522d0f55090e366e3b9cdc9 100644 --- a/map_so_ii.rmd +++ b/map_so_ii.rmd @@ -9,7 +9,12 @@ map_so_ii(theme = "collectivity", detail = "epci", theme_legend = TRUE) map_so_ii(theme = "clc") map_so_ii(theme = "population", theme_legend = TRUE) map_so_ii(theme = "population", year = "2006", theme_legend = TRUE) -map_so_ii(theme = "catnat", year = 2019) +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 = "hydro") map_so_ii(theme = "hydro", detail = 2) map_so_ii(theme = "hydro", detail = "river")