From 9e29c70bf81e7ef48ca18f442690ca5892c647b2 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 10:15:57 +0100 Subject: [PATCH] MAJ map_so_ii --- map_so_ii.rmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/map_so_ii.rmd b/map_so_ii.rmd index d6d6a50..b77ea05 100644 --- a/map_so_ii.rmd +++ b/map_so_ii.rmd @@ -12,12 +12,14 @@ bg[dataset[["habitant"]]] = "cornflowerblue" col = "black" cex = 1.4 pch = 21 +pch[dataset[["viticulture"]]] = 21 +pch[dataset[["habitant"]]] = 22 # Legend definition dataset_legend = list( title = "Enquêtes du REX 19 septembre 2020", legend = c("Agriculteur", "Habitant"), - pch = pch, + pch = c(21, 22), pt.bg = c("deeppink4", "cornflowerblue"), pt.cex = cex ) -- GitLab