diff --git a/map_so_ii.rmd b/map_so_ii.rmd index e45d67920bae60034522d0f55090e366e3b9cdc9..fa182250d7bda9de4c674b6c8dccb0317d7ca58f 100644 --- a/map_so_ii.rmd +++ b/map_so_ii.rmd @@ -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")