Skip to content

Commit c70895a

Browse files
committed
update
1 parent 875a289 commit c70895a

27 files changed

+114
-112
lines changed

03_mise_en_page.Rmd

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ mf_scale(1, pos = 'bottomleft')
424424
<!-- # import des départments français -->
425425
<!-- dep <- st_read("data/lot46.gpkg", layer = "departement", quiet = TRUE) -->
426426
<!-- # Nombre total d'actifs -->
427-
<!-- com$ACT <- com$AGR_H + com$AGR_F + com$IND_H + com$IND_F + com$BTP_H + -->
427+
<!-- com$ACT <- com$AGR_H + com$AGR_F + com$IND_H + com$IND_F + com$BTP_H + -->
428428
<!-- com$BTP_F + com$TER_H + com$TER_F -->
429429
<!-- # Nombre d'actifs dans l'industrie -->
430430
<!-- com$IND <- com$IND_F + com$IND_H -->
@@ -435,7 +435,7 @@ mf_scale(1, pos = 'bottomleft')
435435
<!-- th <- mf_theme("green", mar = c(0,0,1.5,0), pos = "left") -->
436436

437437
<!-- # Cartographie du nombre total de travailleurs de l'industrie -->
438-
<!-- mf_export(com, "img/n_ind.png", theme = th, -->
438+
<!-- mf_export(com, "img/n_ind.png", theme = th, -->
439439
<!-- width = 800) -->
440440
<!-- mf_map(x = com, border = "white", lwd = .2, add = T) -->
441441
<!-- mf_map(x = dep, lwd = 1, col = NA, add = TRUE, lend = 0) -->
@@ -444,9 +444,9 @@ mf_scale(1, pos = 'bottomleft')
444444
<!-- mf_title("Répartition des actifs travaillant dans l'industrie - 2017") -->
445445
<!-- mf_scale(5) -->
446446
<!-- mf_arrow(pos = "topright") -->
447-
<!-- # notez l'utilisation ici de paste0() qui permet de concatener des chaines -->
447+
<!-- # notez l'utilisation ici de paste0() qui permet de concatener des chaines -->
448448
<!-- # de caractères et de \n qui permet d'aller à la ligne -->
449-
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
449+
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
450450
<!-- "BD CARTO® 4.0, IGN - 2021 ; Recensements harmonisés - ", -->
451451
<!-- "Séries départementales et communales, INSEE - 2020\n", -->
452452
<!-- "Auteurs : T. Giraud & H. Pecout, 2022")) -->
@@ -472,30 +472,30 @@ mf_scale(1, pos = 'bottomleft')
472472
<!-- boxplot(com_sel$PART_ACT_IND, horizontal = TRUE) -->
473473
<!-- summary(com_sel$PART_ACT_IND) -->
474474

475-
<!-- # Creation d'un vecteur contenant les limites de classes en -->
475+
<!-- # Creation d'un vecteur contenant les limites de classes en -->
476476
<!-- # utilisant la méthode des quantiles -->
477477
<!-- bks <- mf_get_breaks(com_sel$PART_ACT_IND, nbreaks = 5, -->
478478
<!-- breaks = "quantile") -->
479479
<!-- hist(com_sel$PART_ACT_IND, bks) -->
480480

481481

482-
<!-- mf_export(com, "img/s_ind.png", theme = th, -->
482+
<!-- mf_export(com, "img/s_ind.png", theme = th, -->
483483
<!-- width = 800) -->
484484
<!-- # Cartographie -->
485-
<!-- mf_map(x = com, -->
486-
<!-- var = "PART_ACT_IND", -->
485+
<!-- mf_map(x = com, -->
486+
<!-- var = "PART_ACT_IND", -->
487487
<!-- type = "choro", -->
488488
<!-- breaks = bks, # Utilisation des bornes de classes créées précédement -->
489489
<!-- leg_val_rnd = 0, # arrondir les valeurs dans la légende -->
490490
<!-- pal = "Red-Yellow", # Utilisation d'une palette de couleur -->
491491
<!-- leg_title = "Part des actifs\ntravaillant dans\nl'industrie", -->
492-
<!-- add = TRUE, -->
492+
<!-- add = TRUE, -->
493493
<!-- col_na = "grey", -->
494494
<!-- leg_no_data = "Communes de moins de 15 actifs") # texte du no data dans la légende -->
495495
<!-- mf_title("Répartition des actifs travaillant dans l'industrie - 2017") -->
496496
<!-- mf_scale(5) -->
497497
<!-- mf_arrow(pos = "topright") -->
498-
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
498+
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
499499
<!-- "BD CARTO® 4.0, IGN - 2021 ; Recensements harmonisés - ", -->
500500
<!-- "Séries départementales et communales, INSEE - 2020\n", -->
501501
<!-- "Auteurs : T. Giraud & H. Pecout, 2022")) -->
@@ -504,48 +504,48 @@ mf_scale(1, pos = 'bottomleft')
504504

505505
<!-- ![](img/s_ind.png) -->
506506

507-
<!-- Nous allons maintenant combiner le nombre total d'actifs et la parts des travailleurs de l'industrie. -->
507+
<!-- Nous allons maintenant combiner le nombre total d'actifs et la parts des travailleurs de l'industrie. -->
508508
<!-- ```{r exoc, echo=TRUE, eval = TRUE} -->
509-
<!-- mf_export(com, "img/c_ind.png", theme = th, -->
509+
<!-- mf_export(com, "img/c_ind.png", theme = th, -->
510510
<!-- width = 800) -->
511511
<!-- mf_map(x = com, border = "white", lwd = .2, add = T) -->
512512
<!-- mf_map(x = dep, lwd = 1, col = NA, add = TRUE, lend = 0) -->
513-
<!-- mf_map(com, c("ACT", "PART_ACT_IND"), "prop_choro", -->
514-
<!-- breaks = bks, -->
515-
<!-- pal = "Red-Yellow", -->
513+
<!-- mf_map(com, c("ACT", "PART_ACT_IND"), "prop_choro", -->
514+
<!-- breaks = bks, -->
515+
<!-- pal = "Red-Yellow", -->
516516
<!-- inches = .4, -->
517-
<!-- border = "white", lwd = .7, -->
518-
<!-- leg_val_rnd = c(0,1), -->
517+
<!-- border = "white", lwd = .7, -->
518+
<!-- leg_val_rnd = c(0,1), -->
519519
<!-- leg_pos = c(538000,6442000, 538000, 6424000), # ici les légendes sont positionnées manuellement -->
520-
<!-- leg_title = c("Nombre d'actifs*", -->
521-
<!-- "Part des actifs\ndans l'industrie (en %)"), -->
520+
<!-- leg_title = c("Nombre d'actifs*", -->
521+
<!-- "Part des actifs\ndans l'industrie (en %)"), -->
522522
<!-- col_na = "grey", -->
523523
<!-- leg_no_data = "Communes de moins de 15 actifs") -->
524524

525525
<!-- # Ajout d'annotations -->
526-
<!-- mf_annotation(x = com[com$NOM_COM=="Biars-sur-Cère",], -->
527-
<!-- txt = "Andros", -->
526+
<!-- mf_annotation(x = com[com$NOM_COM=="Biars-sur-Cère",], -->
527+
<!-- txt = "Andros", -->
528528
<!-- col_arrow = th$fg, halo = T, cex = 1) -->
529-
<!-- mf_annotation(x = com[com$NOM_COM=="Figeac",], -->
530-
<!-- txt = "Industrie\naéronautique", -->
529+
<!-- mf_annotation(x = com[com$NOM_COM=="Figeac",], -->
530+
<!-- txt = "Industrie\naéronautique", -->
531531
<!-- col_arrow = th$fg, pos = "bottomright", halo = T, cex = 1) -->
532-
<!-- mf_annotation(x = com[com$NOM_COM=="Gramat",], -->
533-
<!-- txt = "La Quercynoise (?)", -->
534-
<!-- col_arrow = th$fg, pos = "topleft", s = 1, halo = T, -->
532+
<!-- mf_annotation(x = com[com$NOM_COM=="Gramat",], -->
533+
<!-- txt = "La Quercynoise (?)", -->
534+
<!-- col_arrow = th$fg, pos = "topleft", s = 1, halo = T, -->
535535
<!-- cex = 1) -->
536536

537537
<!-- mf_title("Répartition des actifs travaillant dans l'industrie - 2017") -->
538538

539539
<!-- # ajout d'un carton -> -->
540-
<!-- mf_inset_on(fig = c(.8,0.98,0.1,0.3)) -->
540+
<!-- mf_inset_on(fig = c(.8,0.98,0.1,0.3)) -->
541541
<!-- mf_map(dep, lwd = .1) -->
542542
<!-- mf_map(com, border = NA, add = T, col = th$fg) -->
543543
<!-- box(col = th$fg, lwd = .5) -->
544544
<!-- mf_inset_off() -->
545545
<!-- # <- fin du carton -->
546546
<!-- mf_scale(5) -->
547547
<!-- mf_arrow("topright") -->
548-
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
548+
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
549549
<!-- "BD CARTO® 4.0, IGN - 2021 ; Recensements harmonisés - ", -->
550550
<!-- "Séries départementales et communales, INSEE - 2020\n", -->
551551
<!-- "Auteurs : T. Giraud & H. Pecout, 2022")) -->

docs/404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<title>Page not found | Cartographie avec R</title>
88
<meta name="description" content="Page not found | Cartographie avec R" />
9-
<meta name="generator" content="bookdown 0.26 and GitBook 2.6.7" />
9+
<meta name="generator" content="bookdown 0.31 and GitBook 2.6.7" />
1010

1111
<meta property="og:title" content="Page not found | Cartographie avec R" />
1212
<meta property="og:type" content="book" />
@@ -91,7 +91,7 @@
9191
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
9292
code span.at { color: #7d9029; } /* Attribute */
9393
code span.bn { color: #40a070; } /* BaseN */
94-
code span.bu { } /* BuiltIn */
94+
code span.bu { color: #008000; } /* BuiltIn */
9595
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
9696
code span.ch { color: #4070a0; } /* Char */
9797
code span.cn { color: #880000; } /* Constant */
@@ -104,7 +104,7 @@
104104
code span.ex { } /* Extension */
105105
code span.fl { color: #40a070; } /* Float */
106106
code span.fu { color: #06287e; } /* Function */
107-
code span.im { } /* Import */
107+
code span.im { color: #008000; font-weight: bold; } /* Import */
108108
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
109109
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
110110
code span.op { color: #666666; } /* Operator */
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

docs/img/c_ind.png

255 KB
Loading

docs/img/n_ind.png

218 KB
Loading

docs/img/s_ind.png

234 KB
Loading

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<title>Cartographie avec R</title>
88
<meta name="description" content="Cartographie avec R" />
9-
<meta name="generator" content="bookdown 0.26 and GitBook 2.6.7" />
9+
<meta name="generator" content="bookdown 0.31 and GitBook 2.6.7" />
1010

1111
<meta property="og:title" content="Cartographie avec R" />
1212
<meta property="og:type" content="book" />
@@ -91,7 +91,7 @@
9191
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
9292
code span.at { color: #7d9029; } /* Attribute */
9393
code span.bn { color: #40a070; } /* BaseN */
94-
code span.bu { } /* BuiltIn */
94+
code span.bu { color: #008000; } /* BuiltIn */
9595
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
9696
code span.ch { color: #4070a0; } /* Char */
9797
code span.cn { color: #880000; } /* Constant */
@@ -104,7 +104,7 @@
104104
code span.ex { } /* Extension */
105105
code span.fl { color: #40a070; } /* Float */
106106
code span.fu { color: #06287e; } /* Function */
107-
code span.im { } /* Import */
107+
code span.im { color: #008000; font-weight: bold; } /* Import */
108108
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
109109
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
110110
code span.op { color: #666666; } /* Operator */
@@ -250,7 +250,7 @@ <h1>
250250
<div id="header">
251251
<h1 class="title">Cartographie avec R</h1>
252252
<p class="author"><em>Timothée Giraud<a href="#fn1" class="footnote-ref" id="fnref1"><sup>1</sup></a> &amp; Hugues Pecout<a href="#fn2" class="footnote-ref" id="fnref2"><sup>2</sup></a></em></p>
253-
<p class="date"><em>18 avril 2022</em></p>
253+
<p class="date"><em>08 janvier 2023</em></p>
254254
</div>
255255
<div id="préambule" class="section level1 unnumbered hasAnchor">
256256
<h1>Préambule<a href="index.html#préambule" class="anchor-section" aria-label="Anchor link to header"></a></h1>

docs/la-mise-en-page.html

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<title>Chapitre 3 La mise en page | Cartographie avec R</title>
88
<meta name="description" content="Chapitre 3 La mise en page | Cartographie avec R" />
9-
<meta name="generator" content="bookdown 0.26 and GitBook 2.6.7" />
9+
<meta name="generator" content="bookdown 0.31 and GitBook 2.6.7" />
1010

1111
<meta property="og:title" content="Chapitre 3 La mise en page | Cartographie avec R" />
1212
<meta property="og:type" content="book" />
@@ -91,7 +91,7 @@
9191
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
9292
code span.at { color: #7d9029; } /* Attribute */
9393
code span.bn { color: #40a070; } /* BaseN */
94-
code span.bu { } /* BuiltIn */
94+
code span.bu { color: #008000; } /* BuiltIn */
9595
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
9696
code span.ch { color: #4070a0; } /* Char */
9797
code span.cn { color: #880000; } /* Constant */
@@ -104,7 +104,7 @@
104104
code span.ex { } /* Extension */
105105
code span.fl { color: #40a070; } /* Float */
106106
code span.fu { color: #06287e; } /* Function */
107-
code span.im { } /* Import */
107+
code span.im { color: #008000; font-weight: bold; } /* Import */
108108
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
109109
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
110110
code span.op { color: #666666; } /* Operator */
@@ -550,7 +550,7 @@ <h2><span class="header-section-number">3.18</span> Exercices<a href="la-mise-en
550550
<!-- # import des départments français -->
551551
<!-- dep <- st_read("data/lot46.gpkg", layer = "departement", quiet = TRUE) -->
552552
<!-- # Nombre total d'actifs -->
553-
<!-- com$ACT <- com$AGR_H + com$AGR_F + com$IND_H + com$IND_F + com$BTP_H + -->
553+
<!-- com$ACT <- com$AGR_H + com$AGR_F + com$IND_H + com$IND_F + com$BTP_H + -->
554554
<!-- com$BTP_F + com$TER_H + com$TER_F -->
555555
<!-- # Nombre d'actifs dans l'industrie -->
556556
<!-- com$IND <- com$IND_F + com$IND_H -->
@@ -559,7 +559,7 @@ <h2><span class="header-section-number">3.18</span> Exercices<a href="la-mise-en
559559
<!-- # Création d'un thème personnalisé -->
560560
<!-- th <- mf_theme("green", mar = c(0,0,1.5,0), pos = "left") -->
561561
<!-- # Cartographie du nombre total de travailleurs de l'industrie -->
562-
<!-- mf_export(com, "img/n_ind.png", theme = th, -->
562+
<!-- mf_export(com, "img/n_ind.png", theme = th, -->
563563
<!-- width = 800) -->
564564
<!-- mf_map(x = com, border = "white", lwd = .2, add = T) -->
565565
<!-- mf_map(x = dep, lwd = 1, col = NA, add = TRUE, lend = 0) -->
@@ -568,9 +568,9 @@ <h2><span class="header-section-number">3.18</span> Exercices<a href="la-mise-en
568568
<!-- mf_title("Répartition des actifs travaillant dans l'industrie - 2017") -->
569569
<!-- mf_scale(5) -->
570570
<!-- mf_arrow(pos = "topright") -->
571-
<!-- # notez l'utilisation ici de paste0() qui permet de concatener des chaines -->
571+
<!-- # notez l'utilisation ici de paste0() qui permet de concatener des chaines -->
572572
<!-- # de caractères et de \n qui permet d'aller à la ligne -->
573-
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
573+
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
574574
<!-- "BD CARTO® 4.0, IGN - 2021 ; Recensements harmonisés - ", -->
575575
<!-- "Séries départementales et communales, INSEE - 2020\n", -->
576576
<!-- "Auteurs : T. Giraud & H. Pecout, 2022")) -->
@@ -591,73 +591,73 @@ <h2><span class="header-section-number">3.18</span> Exercices<a href="la-mise-en
591591
<!-- hist(com_sel$PART_ACT_IND) -->
592592
<!-- boxplot(com_sel$PART_ACT_IND, horizontal = TRUE) -->
593593
<!-- summary(com_sel$PART_ACT_IND) -->
594-
<!-- # Creation d'un vecteur contenant les limites de classes en -->
594+
<!-- # Creation d'un vecteur contenant les limites de classes en -->
595595
<!-- # utilisant la méthode des quantiles -->
596596
<!-- bks <- mf_get_breaks(com_sel$PART_ACT_IND, nbreaks = 5, -->
597597
<!-- breaks = "quantile") -->
598598
<!-- hist(com_sel$PART_ACT_IND, bks) -->
599-
<!-- mf_export(com, "img/s_ind.png", theme = th, -->
599+
<!-- mf_export(com, "img/s_ind.png", theme = th, -->
600600
<!-- width = 800) -->
601601
<!-- # Cartographie -->
602-
<!-- mf_map(x = com, -->
603-
<!-- var = "PART_ACT_IND", -->
602+
<!-- mf_map(x = com, -->
603+
<!-- var = "PART_ACT_IND", -->
604604
<!-- type = "choro", -->
605605
<!-- breaks = bks, # Utilisation des bornes de classes créées précédement -->
606606
<!-- leg_val_rnd = 0, # arrondir les valeurs dans la légende -->
607607
<!-- pal = "Red-Yellow", # Utilisation d'une palette de couleur -->
608608
<!-- leg_title = "Part des actifs\ntravaillant dans\nl'industrie", -->
609-
<!-- add = TRUE, -->
609+
<!-- add = TRUE, -->
610610
<!-- col_na = "grey", -->
611611
<!-- leg_no_data = "Communes de moins de 15 actifs") # texte du no data dans la légende -->
612612
<!-- mf_title("Répartition des actifs travaillant dans l'industrie - 2017") -->
613613
<!-- mf_scale(5) -->
614614
<!-- mf_arrow(pos = "topright") -->
615-
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
615+
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
616616
<!-- "BD CARTO® 4.0, IGN - 2021 ; Recensements harmonisés - ", -->
617617
<!-- "Séries départementales et communales, INSEE - 2020\n", -->
618618
<!-- "Auteurs : T. Giraud & H. Pecout, 2022")) -->
619619
<!-- dev.off() -->
620620
<!-- ``` -->
621621
<!-- ![](img/s_ind.png) -->
622-
<!-- Nous allons maintenant combiner le nombre total d'actifs et la parts des travailleurs de l'industrie. -->
622+
<!-- Nous allons maintenant combiner le nombre total d'actifs et la parts des travailleurs de l'industrie. -->
623623
<!-- ```{r exoc, echo=TRUE, eval = TRUE} -->
624-
<!-- mf_export(com, "img/c_ind.png", theme = th, -->
624+
<!-- mf_export(com, "img/c_ind.png", theme = th, -->
625625
<!-- width = 800) -->
626626
<!-- mf_map(x = com, border = "white", lwd = .2, add = T) -->
627627
<!-- mf_map(x = dep, lwd = 1, col = NA, add = TRUE, lend = 0) -->
628-
<!-- mf_map(com, c("ACT", "PART_ACT_IND"), "prop_choro", -->
629-
<!-- breaks = bks, -->
630-
<!-- pal = "Red-Yellow", -->
628+
<!-- mf_map(com, c("ACT", "PART_ACT_IND"), "prop_choro", -->
629+
<!-- breaks = bks, -->
630+
<!-- pal = "Red-Yellow", -->
631631
<!-- inches = .4, -->
632-
<!-- border = "white", lwd = .7, -->
633-
<!-- leg_val_rnd = c(0,1), -->
632+
<!-- border = "white", lwd = .7, -->
633+
<!-- leg_val_rnd = c(0,1), -->
634634
<!-- leg_pos = c(538000,6442000, 538000, 6424000), # ici les légendes sont positionnées manuellement -->
635-
<!-- leg_title = c("Nombre d'actifs*", -->
636-
<!-- "Part des actifs\ndans l'industrie (en %)"), -->
635+
<!-- leg_title = c("Nombre d'actifs*", -->
636+
<!-- "Part des actifs\ndans l'industrie (en %)"), -->
637637
<!-- col_na = "grey", -->
638638
<!-- leg_no_data = "Communes de moins de 15 actifs") -->
639639
<!-- # Ajout d'annotations -->
640-
<!-- mf_annotation(x = com[com$NOM_COM=="Biars-sur-Cère",], -->
641-
<!-- txt = "Andros", -->
640+
<!-- mf_annotation(x = com[com$NOM_COM=="Biars-sur-Cère",], -->
641+
<!-- txt = "Andros", -->
642642
<!-- col_arrow = th$fg, halo = T, cex = 1) -->
643-
<!-- mf_annotation(x = com[com$NOM_COM=="Figeac",], -->
644-
<!-- txt = "Industrie\naéronautique", -->
643+
<!-- mf_annotation(x = com[com$NOM_COM=="Figeac",], -->
644+
<!-- txt = "Industrie\naéronautique", -->
645645
<!-- col_arrow = th$fg, pos = "bottomright", halo = T, cex = 1) -->
646-
<!-- mf_annotation(x = com[com$NOM_COM=="Gramat",], -->
647-
<!-- txt = "La Quercynoise (?)", -->
648-
<!-- col_arrow = th$fg, pos = "topleft", s = 1, halo = T, -->
646+
<!-- mf_annotation(x = com[com$NOM_COM=="Gramat",], -->
647+
<!-- txt = "La Quercynoise (?)", -->
648+
<!-- col_arrow = th$fg, pos = "topleft", s = 1, halo = T, -->
649649
<!-- cex = 1) -->
650650
<!-- mf_title("Répartition des actifs travaillant dans l'industrie - 2017") -->
651651
<!-- # ajout d'un carton -> -->
652-
<!-- mf_inset_on(fig = c(.8,0.98,0.1,0.3)) -->
652+
<!-- mf_inset_on(fig = c(.8,0.98,0.1,0.3)) -->
653653
<!-- mf_map(dep, lwd = .1) -->
654654
<!-- mf_map(com, border = NA, add = T, col = th$fg) -->
655655
<!-- box(col = th$fg, lwd = .5) -->
656656
<!-- mf_inset_off() -->
657657
<!-- # <- fin du carton -->
658658
<!-- mf_scale(5) -->
659659
<!-- mf_arrow("topright") -->
660-
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
660+
<!-- mf_credits(paste0("Admin Express COG Carto 3.0, IGN - 2021 & ", -->
661661
<!-- "BD CARTO® 4.0, IGN - 2021 ; Recensements harmonisés - ", -->
662662
<!-- "Séries départementales et communales, INSEE - 2020\n", -->
663663
<!-- "Auteurs : T. Giraud & H. Pecout, 2022")) -->

0 commit comments

Comments
 (0)