Articles by Michael

Du Bois Visualization Challenge 03

February 21, 2024 | Michael

Acres of land owned by negroes in Georgia – W.E.B Du Bois Recreating the the data visualization of W.E.B Du Bois from the 1900 Paris Exposition using modern tools. https://github.com/ajstarks/dubois-data-portraits/tree/master/challenge/2...
[Read more...]

Du Bois Visualization Challenge 02

February 12, 2024 | Michael

Slave and Free Negroes – W.E.B Du Bois Recreating the the data visualization of W.E.B Du Bois from the 1900 Paris Exposition using modern tools. See the challenge presentation. Setup library(tidyverse) library(janitor) library(showtex...
[Read more...]

Du Bois Visualization Challenge

February 12, 2024 | Michael

Slave and Free Negroes – W.E.B Du Bois Recreating the the data visualization of W.E.B Du Bois from the 1900 Paris Exposition using modern tools. https://github.com/ajstarks/dubois-data-portraits/tree/master/challenge/2024 Config librar...
[Read more...]

Du Bois Visualization Challenge 01

February 11, 2024 | Michael

Negro population of Georgia by counties, 1870, 1880 – W.E.B Du Bois Recreating the the data visualization of W.E.B Du Bois from the 1900 Paris Exposition using modern tools. See the challenge presentation. Setup library(tidyverse) lib...
[Read more...]

Du Bois Visualization Challenge

February 11, 2024 | Michael

Negro population of Georgia by counties, 1870, 1880 – W.E.B Du Bois Recreating the the data visualization of W.E.B Du Bois from the 1900 Paris Exposition using modern tools. https://github.com/ajstarks/dubois-data-portraits/tree/master/c...
[Read more...]

Playing with webr

January 29, 2024 | Michael

Impala (Aepyceros melampus) female browsing Weeping Boer-Bean (Schotia brachypetala) leaves – CC-BY-SA by Bernard DUPONT webr allows R to run in the browser from a quarto HTML document. Let’s play! Add webr to your quarto environment, in the terminal: quarto add coatless/quarto-webr Then, in the YAML header, add: engine: ...
[Read more...]

Playing with webr

January 29, 2024 | Michael

Impala (Aepyceros melampus) female browsing Weeping Boer-Bean (Schotia brachypetala) leaves – CC-BY-SA by Bernard DUPONT webr allows R to run in the browser. Let’s play! Add webr to your quarto environment, in the terminal: quarto add coatless/quarto-webr Then, in the YAML header, add: engine: knitr filters: - "webr" webr: ...
[Read more...]

Météo-France Open Data

December 13, 2023 | Michael

Temperature – CC-BY-SA by domollie Great news! Météo-France has started to widen its open archive data. No API so far and a lot of files… What can we do? library(tidyverse) library(httr) library(glue) library(janitor) library(jsonlite) lib...
[Read more...]

Météo-France Open Data

December 13, 2023 | Michael

Temperature – CC-BY-SA by domollie Great news! Météo-France has started to widen its open archive data. No API so far and a lot of files… What can we do? library(tidyverse) library(httr) library(glue) library(janitor) library(jsonlite) libr...
[Read more...]

Spatial autocorrelation

November 29, 2023 | Michael

One in a Million – CC-BY-NC by Thomas Hawk Day 29 of 30DayMapChallenge: « Population » (previously). Setup library(tidyverse) library(sf) library(glue) library(sfdep) Data French administrative units (régions, départemen...
[Read more...]

Spatial autocorrelation

November 29, 2023 | Michael

One in a Million – CC-BY-NC by Thomas Hawk Day 29 of 30DayMapChallenge: « Population » (previously). Setup library(tidyverse) library(sf) library(glue) library(sfdep) Data French administrative units (régions, département...
[Read more...]

Black & white

November 24, 2023 | Michael

Adelie Penguin (Pygoscelis adeliae) – CC-BY-SA by Gregory “Slobirdr” Smith Days 24 & 25 of 30DayMapChallenge: « Black & white » & « Antarctica » (previously). All #RStats enthusiasts seem to love Penguin...
[Read more...]

Black & white

November 24, 2023 | Michael

Adelie Penguin (Pygoscelis adeliae) – CC-BY-SA by Gregory “Slobirdr” Smith Day 24 of 30DayMapChallenge: « Black & white » (previously). All #RStats enthusiasts seem to love Penguins (at least as a toy dataset), so I made a...
[Read more...]

Tanaka

November 23, 2023 | Michael

Mount Fuji sunrise – CC-BY-NC-ND by Gilbert Sopakuwa Day 23 of 30DayMapChallenge: « 3D » (previously). The Tanaka contours (Tanaka 1950) are a method of displaying 3D as a succession of terraces. library(elevatr) library(terr...
[Read more...]

Tanaka

November 23, 2023 | Michael

Mount Fuji sunrise – CC-BY-NC-ND by Gilbert Sopakuwa Day 23 of 30DayMapChallenge: « 3D » (previously). The Tanaka contours (Tanaka 1950) are a method of displaying 3D as a succession of terraces. library(elevatr) library(ter...
[Read more...]

North

November 22, 2023 | Michael

Arrows – CC-BY by Dean Hochman Day 22 of 30DayMapChallenge: « North » (previously). Indeed, north is not always up. Actually, north is not even always north… Setup library(tidyverse) library(rnaturalearth) library(sf) libra...
[Read more...]

North

November 22, 2023 | Michael

Arrows – CC-BY by Dean Hochman Day 22 of 30DayMapChallenge: « North » (previously). Indeed, north is not always up. Actually, north is not even always north… Setup library(tidyverse) library(rnaturalearth) library(sf) librar...
[Read more...]

Outdoors

November 20, 2023 | Michael

Porcupine River – public domain by David Spencer, FWS Day 20 of 30DayMapChallenge: « Outdoors » (previously). Get some fresh air in Alaska! Setup library(tidyverse) library(terra) library(viridis) Data You can browse seve...
[Read more...]

Outdoors

November 20, 2023 | Michael

Porcupine River – public domain by David Spencer, FWS Day 20 of 30DayMapChallenge: « Outdoors » (previously). Get some fresh air in Alaska! Setup library(terra) library(viridis) Data You can browse several DEM datasets o...
[Read more...]

5-minute map

November 19, 2023 | Michael

Clock 10:05 – CC-BY-NC-ND by Bill Dickinson Day 19 of 30DayMapChallenge: « 5-minute map » (previously). Setup library(tidyverse) library(leaflet) library(httr) library(fs) library(glue) Data We reuse the Geonames data from Bad map. gn_file slice_sample(n = 5) Map minute |__ leaflet() |__ addCircleMarkers(popup = ~ glue("{name} ({asciiname}) {country_code}"), label = ~ asciiname, labelOptions = labelOptions(...
[Read more...]
1 2 3 4 7

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)