From 772fc3750e0bc1a1e093e6313662c2986515bfe8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Grelot?= <frederic.grelot@irstea.fr>
Date: Fri, 21 Jan 2022 17:12:15 +0100
Subject: [PATCH] Ajout des exemples dans map_so_ii.rmd

Refs #5
---
 map_so_ii.rmd | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/map_so_ii.rmd b/map_so_ii.rmd
index b77ea05..7938eb8 100644
--- a/map_so_ii.rmd
+++ b/map_so_ii.rmd
@@ -1,3 +1,14 @@
+library(sf)
+
+map_so_ii()
+map_so_ii(theme = "collectivity")
+map_so_ii(theme = "collectivity", detail = "syble")
+map_so_ii(theme = "collectivity", detail = "symbo")
+map_so_ii(theme = "clc")
+map_so_ii(theme = "population")
+map_so_ii(theme = "catnat", year = 2019)
+map_so_ii(theme = "hydro", detail = 3)
+
 # Can only work if data-common is a symbolic link
 
 # Data to be plotted
-- 
GitLab