Skip to content

Commit

Permalink
Edit readme maps
Browse files Browse the repository at this point in the history
  • Loading branch information
lydialucchesi committed Oct 23, 2024
1 parent fe17168 commit cdd7288
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
24 changes: 12 additions & 12 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ UB_biv_key <- build_bkey(data = UB_dat, palette = UB_pal, terciles = TRUE)
attach_key(map = UB_biv_map, mapkey = UB_biv_key)
```

<center>
Click on the map for a larger view.

<img src="man/figures/bivariate_map.png" width="50%"/>
</center>

### Pixel

Expand All @@ -92,9 +92,9 @@ UB_pix_map <- build_pmap(data = UB_dat, pixelGeo = pixUB, id = "scID", palette =
view(UB_pix_map)
```

<center>
<img src="man/figures/pixel_map.png" width="40%"/>
</center>
Click on the map for a larger view.

<img src="man/figures/pixel_map.png" width="35%"/>

#### Animated pixel

Expand All @@ -109,9 +109,9 @@ UB_pixel_ani <- animate(UB_pixel_map, flickerSpeed = 0.5, aniLength = 30)
view(UB_pixel_ani)
```

<div style="text-align: center;">
<img src="man/figures/pixel_ani.gif" style="width: 400px; aspect-ratio: 4/3;" />
</div>
Click on the animation for a larger view.

<img src="man/figures/pixel_ani.gif" width="325px" height="270px">

### Glyph

Expand All @@ -133,9 +133,9 @@ UB_glyph_key <- build_gkey(data = UB_dat, glyph = "icone")
attach_key(map = UB_glyph_map, mapkey = UB_glyph_key)
```

<center>
Click on the map for a larger view.

<img src="man/figures/glyph_map.png" width="50%"/>
</center>

### Exceedance probability

Expand All @@ -156,9 +156,9 @@ UB_exceed_map <- build_emap(data = UB_dat, geoData = UB_shp, id = "scID", key_la
view(UB_exceed_map)
```

<center>
Click on the map for a larger view.

<img src="man/figures/exceedance_map.png" width="40%"/>
</center>

## Contribute

Expand Down
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ UB_biv_key <- build_bkey(data = UB_dat, palette = UB_pal, terciles = TRUE)
attach_key(map = UB_biv_map, mapkey = UB_biv_key)
```

<center>
Click on the map for a larger view.

<img src="man/figures/bivariate_map.png" width="50%"/>
</center>

### Pixel

Expand Down Expand Up @@ -114,9 +114,9 @@ UB_pix_map <- build_pmap(data = UB_dat, pixelGeo = pixUB, id = "scID", palette =
view(UB_pix_map)
```

<center>
<img src="man/figures/pixel_map.png" width="40%"/>
</center>
Click on the map for a larger view.

<img src="man/figures/pixel_map.png" width="35%"/>

#### Animated pixel

Expand All @@ -136,11 +136,9 @@ UB_pixel_ani <- animate(UB_pixel_map, flickerSpeed = 0.5, aniLength = 30)
view(UB_pixel_ani)
```

<div style="text-align: center;">

<img src="man/figures/pixel_ani.gif" style="width: 400px; aspect-ratio: 4/3;" />
Click on the animation for a larger view.

</div>
<img src="man/figures/pixel_ani.gif" width="325px" height="270px">

### Glyph

Expand All @@ -167,9 +165,9 @@ UB_glyph_key <- build_gkey(data = UB_dat, glyph = "icone")
attach_key(map = UB_glyph_map, mapkey = UB_glyph_key)
```

<center>
Click on the map for a larger view.

<img src="man/figures/glyph_map.png" width="50%"/>
</center>

### Exceedance probability

Expand All @@ -195,9 +193,9 @@ UB_exceed_map <- build_emap(data = UB_dat, geoData = UB_shp, id = "scID", key_la
view(UB_exceed_map)
```

<center>
Click on the map for a larger view.

<img src="man/figures/exceedance_map.png" width="40%"/>
</center>

## Contribute

Expand Down

0 comments on commit cdd7288

Please sign in to comment.