From a3a1301a439798babfe006413a02924cb9180a28 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:20:45 +0100 Subject: [PATCH] MAJ exemples --- map_so_ii.rmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/map_so_ii.rmd b/map_so_ii.rmd index e45d679..fa18225 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") -- GitLab