Commit 9e29c70b authored by Grelot Frederic's avatar Grelot Frederic :swimmer_tone5:
Browse files

MAJ map_so_ii

Showing with 3 additions and 1 deletion
+3 -1
......@@ -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
)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment