Skip to content

Commit

Permalink
images vignettes remises
Browse files Browse the repository at this point in the history
  • Loading branch information
antuki committed Jul 3, 2024
1 parent c7591d9 commit c056f25
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CARTElette/vignettes/CARTElette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ Avec les arrondissements :
plot(st_geometry(com_sf_avecPLM %>% filter(substr(INSEE_COM,1,2)%in%c("75")) ))
```

<img src="https://raw.githubusercontent.com/antuki/CARTElette/master/man/img_vignette/IDF2.png" width="300">
<img src="https://raw.githubusercontent.com/antuki/CARTElette/images/IDF2.png" width="300">

Sans les arrondissements :
```{r, fig.show='hold', eval = FALSE}
plot(st_geometry(com_sf_sansPLM %>% filter(substr(INSEE_COM,1,2)%in%c("75")) ))
```

<img src="https://raw.githubusercontent.com/antuki/CARTElette/master/man/img_vignette/IDF1.png" width="300">
<img src="https://raw.githubusercontent.com/antuki/CARTElette/images/IDF1.png" width="300">



Expand All @@ -115,7 +115,7 @@ Il vous est possible de modifier la position souhaitée des DOM à partir d'une
positions <- positionner_DOM_grille(projection = st_crs(reg_sf)$proj4string)
```

<img src="https://raw.githubusercontent.com/antuki/CARTElette/master/man/img_vignette/DOM_grille.png" width="100%">
<img src="https://raw.githubusercontent.com/antuki/CARTElette/images/DOM_grille.png" width="100%">

Cette technique a l'avantage d'**aligner les DOM de manière exacte** contrairement à la technique du "glissage" ci-dessous qui rend le positionnement plus approximatif.

Expand Down Expand Up @@ -146,9 +146,9 @@ $`5`
[1] 4.948049 41.193759
```

<img src="https://raw.githubusercontent.com/antuki/CARTElette/master/man/img_vignette/DOM_glisser.png" width="100%">
<img src="https://raw.githubusercontent.com/antuki/CARTElette/images/DOM_glisser.png" width="100%">

<img src="https://raw.githubusercontent.com/antuki/CARTElette/master/man/img_vignette/DOM_glisser_2.png" width="100%">
<img src="https://raw.githubusercontent.com/antuki/CARTElette/images/DOM_glisser_2.png" width="100%">

Cette technique a l'avantage de fournir **un aperçu en direct du nouveau positionnement des DOM** contrairement à la technique de la "grille" ci-dessus qui ne le permet pas.

Expand Down
Binary file added images/DOM_glisser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/DOM_glisser_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/DOM_grille.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/IDF1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/IDF2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tweet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c056f25

Please sign in to comment.