From cf3f7f61c66d9fcbf6baf141629c589dd020fc6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Grelot?= <frederic.grelot@irstea.fr>
Date: Sun, 23 Jan 2022 21:09:02 +0100
Subject: [PATCH] MAJ des exemples

Refs #9
---
 map_so_ii.rmd | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/map_so_ii.rmd b/map_so_ii.rmd
index 858fa58..e45d679 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")
-- 
GitLab