From d2724d2859e10f9cf7bc3186e1bad8f1c841bb81 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 00:49:29 +0100 Subject: [PATCH] MAJ exemples de map --- map_so_ii.rmd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/map_so_ii.rmd b/map_so_ii.rmd index 892df8a..506eae9 100644 --- a/map_so_ii.rmd +++ b/map_so_ii.rmd @@ -16,6 +16,14 @@ map_so_ii(theme = "hydro", detail = "river") map_so_ii(theme = "catchment") map_so_ii(theme = "catchment", detail = 2, legend_theme = TRUE) map_so_ii(theme = "catchment", detail = 3, legend_theme = TRUE) +map_so_ii(theme = "onrn", detail = "n_catnat", legend_theme = TRUE) +map_so_ii(theme = "onrn", detail = "freq_sin", legend_theme = TRUE) +map_so_ii(theme = "onrn", detail = "cost", legend_theme = TRUE) +map_so_ii(theme = "onrn", detail = "cost_hab", legend_theme = TRUE) +map_so_ii(theme = "onrn", detail = "cost_mean", legend_theme = TRUE) +map_so_ii(theme = "onrn", detail = "ratio", legend_theme = TRUE) +map_so_ii(theme = "onrn", detail = "balance", legend_theme = TRUE) +map_so_ii(theme = "onrn", detail = "ppri_year", legend_theme = TRUE) # Can only work if data-common is a symbolic link -- GitLab