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

MAJ map_so_ii

parent c7606653
1 merge request!3Resolve "add hydrography data"
Showing with 3 additions and 1 deletion
+3 -1
...@@ -12,12 +12,14 @@ bg[dataset[["habitant"]]] = "cornflowerblue" ...@@ -12,12 +12,14 @@ bg[dataset[["habitant"]]] = "cornflowerblue"
col = "black" col = "black"
cex = 1.4 cex = 1.4
pch = 21 pch = 21
pch[dataset[["viticulture"]]] = 21
pch[dataset[["habitant"]]] = 22
# Legend definition # Legend definition
dataset_legend = list( dataset_legend = list(
title = "Enquêtes du REX 19 septembre 2020", title = "Enquêtes du REX 19 septembre 2020",
legend = c("Agriculteur", "Habitant"), legend = c("Agriculteur", "Habitant"),
pch = pch, pch = c(21, 22),
pt.bg = c("deeppink4", "cornflowerblue"), pt.bg = c("deeppink4", "cornflowerblue"),
pt.cex = cex 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