From 2411180738b3fc02e7038e411ea0114b4f876519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Grelot?= <frederic.grelot@irstea.fr> Date: Wed, 26 Jan 2022 11:40:35 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20map=5Fso=5Fii.rmd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- map/map_so_ii.rmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/map/map_so_ii.rmd b/map/map_so_ii.rmd index 1080c8f..86652f3 100644 --- a/map/map_so_ii.rmd +++ b/map/map_so_ii.rmd @@ -14,7 +14,10 @@ map_so_ii(theme = "collectivity", theme_legend = TRUE, detail = "epci", path = s map_so_ii(theme = "clc", theme_legend = TRUE, path = sprintf(path, "clc")) map_so_ii(theme = "population", theme_legend = TRUE, path = sprintf(path, "population")) map_so_ii(theme = "population", year = 2018:2019, theme_legend = TRUE, path = sprintf(path, "population-last")) +map_so_ii(theme = "population", year = 2014:2019, theme_legend = TRUE, path = sprintf(path, "population-last-5")) map_so_ii(theme = "catnat", theme_legend = TRUE, path = sprintf(path, "catnat")) +map_so_ii(theme = "catnat", year = 2000:2019, theme_legend = TRUE, path = sprintf(path, "catnat-2000-2019")) +map_so_ii(theme = "catnat", year = 2021, theme_legend = TRUE, path = sprintf(path, "catnat-2021")) map_so_ii(so_ii_hydro[as.character(so_ii_hydro$degre) <= 1, ], col = scales::colour_ramp(c("white", "blue"))(.5), border = NA, theme = "catchment", theme_legend = TRUE, path = sprintf(path, "catchment")) map_so_ii(so_ii_hydro[as.character(so_ii_hydro$degre) <= 2, ], col = scales::colour_ramp(c("white", "blue"))(.5), border = NA, theme = "catchment", detail = 2, theme_legend = TRUE, path = sprintf(path, "catchment_sub")) map_so_ii(theme = "onrn", detail = "freq_sin", theme_legend = TRUE, path = sprintf(path, "freq_sin")) -- GitLab