Skip to content
Snippets Groups Projects
Commit 02b879cf authored by Daniel.Kalioudjoglou's avatar Daniel.Kalioudjoglou
Browse files

mis parametre code region a la place de valeur

parent cdfc1787
No related branches found
No related tags found
1 merge request!65maj_avant_transfert_vers_gitlabforge
Pipeline #185427 passed
...@@ -61,7 +61,7 @@ creer_carte_1_7 <- function(millesime_ocsge, ...@@ -61,7 +61,7 @@ creer_carte_1_7 <- function(millesime_ocsge,
bins <- stats::quantile(data$valeur,probs = c(0,0.1, 0.25, 0.5,0.75,0.9,1),na.rm=TRUE) bins <- stats::quantile(data$valeur,probs = c(0,0.1, 0.25, 0.5,0.75,0.9,1),na.rm=TRUE)
carte_1_7 <- mapfactory::creer_carte_communes(data = data, carte_1_7 <- mapfactory::creer_carte_communes(data = data,
code_region=52, code_region=code_reg,
carto = fond_carto, carto = fond_carto,
indicateur = valeur, indicateur = valeur,
bornes = bins, bornes = bins,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment