Calle Börstell
banner
cborstell.bsky.social
Calle Börstell
@cborstell.bsky.social
Linguist at the University of Bergen 🇳🇴

#SignLanguages, #linguistics, #RStats & #dataviz
#TidyTuesday in the style of Chartle showing estimated incidence of TB

Code: github.com/borstell/tid...

#R4DS #DataViz
November 10, 2025 at 9:48 PM
Purrr is great and while I can still struggle with remembering the exact behavior of map functions, {purrr} is definitely becoming a staple for my own coding
November 4, 2025 at 2:45 PM
Flint water samples #TidyTuesday

Bootstrapped water samples for estimating proportion of samples with dangerous levels of lead

Code: github.com/borstell/tid...

#R4DS #DataViz #ggplot2
November 3, 2025 at 3:23 PM
library(ggplot2)
ggplot() +
geom_density(data=data.frame(x=rnorm(1e5)),aes(x))+
geom_line(data=data.frame(x =-5:5,y=cos(-5:5)/100),aes(x,y))+
annotate("point",x=c(-.3,0,.3),y=c(.3,.25,.3),size=3) +
ggtitle("Happy Halloween")+
theme_void(base_family="Rubik Wet Paint")

#RStats #ggplot2
October 31, 2025 at 11:16 AM
Friday night early #TidyTuesday of British Literary Prizes.

Wanted it as a bookshelf, made it into a bookshelf 📚

Code: github.com/borstell/tid...

#R4DS #DataViz
October 24, 2025 at 10:28 PM
Since I have most of my peer reviews saved, I wanted to see some quick stats on the word length of reviews. I suspected they had gotten shorter over time, but it seems less than I thought.
October 21, 2025 at 2:16 PM
Playing around with subsampling and color tweaking in #RStats and #ggplot2

Ended up with this painting-like rendering of a photo of mine from 2019 🏔🖼
October 21, 2025 at 12:28 PM
UK weather data #TidyTuesday

Temperature changes over time and some individual temperature extremes highlighted on map
🌡🇬🇧

Code: github.com/borstell/tid...

#DataViz ##ggplot2
October 20, 2025 at 7:30 AM
There is something schematic about the two-handed forms for plurals, such that different participants can choose different gestures for the same meaning, but nonetheless involving an iconic plural mapping onto the two hands.
#iconicity
October 16, 2025 at 2:01 PM
A small sample (n=5) of non-signers were asked produce silent gestures for 100 concepts (50 inherently plural; 50 frequency-matched controls).

They all show a preference for two-handed forms for plural items.
October 16, 2025 at 2:01 PM
World Food Day #TidyTuesday

FAO's data on moderate/severe food insecurity across areas of Europe 🌍

Code: github.com/borstell/tid...
October 14, 2025 at 12:27 PM
In 2017, I collected a bunch of ratings for a project. The participants were a messy group and the survey tool and design were not ideal, so I always wanted to recollect better data with a better experimental design.

I just did. Seems like the old ratings were pretty solid after all.
October 12, 2025 at 8:02 PM
Euroleague Basketball #TidyTuesday

A mini dataset, so decided to find a way to plot stadium capacity in an interesting way: went with points along the trajectory of a basketball shot! Swoosh! 🏀

Code: github.com/borstell/tid...

#R4DS #DataViz
October 6, 2025 at 1:06 PM
I just wanted to simulate the Monty Hall problem, but couldn't get why the host would sometimes pick the door that the contestant had already chosen

🚪🐐🚪🐐🚪🚗
October 4, 2025 at 9:56 PM
Something like this!

Tweaked the calculation to something I had originally intended and included 3-letter endings only.

–arp is very Skåne

I like the distribution of the –red/–röd/–ryd endings, of the same origin

Code: github.com/borstell/maps
October 4, 2025 at 9:28 PM
It's super cool!

I used it for a bonus part TidyTuesday two years ago, making a tune out of Taylor Swift song data, saved as an mp3. Spoiler: the tune wasn't/isn't very good!

github.com/borstell/tid...
October 3, 2025 at 9:24 PM
Distributions of endings in Swedish place names

#RStats #DataViz
October 1, 2025 at 3:11 PM
I partially contributed to this week's #TidyTuesday dataset of crane observations at the lake Hornborgasjön, 🇸🇪

I made a minimalist plot of observation maxima – earlier over time – in the style of written notes.

{magick} magic for images!

Code: github.com/borstell/tid...

#R4DS #DataViz #ggplot2
September 29, 2025 at 1:59 PM
And it's particularly sign languages in the Southern Hemisphere that have been added to the Glottolog database in the past 8 years.
September 23, 2025 at 3:10 PM
Because sign language linguistics is a young field, many sign languages were undocumented for a long time, and still are.

In fact, in Glottolog, the "sign language" category is in the top with regard to the increase in number of documented languages across version releases.
September 23, 2025 at 3:10 PM
In the Glottolog language database, there are currently 227 different sign languages documented, and they are found all around the globe!
September 23, 2025 at 3:10 PM
It's the #InternationalDayOfSignLanguages!

The GIF below shows a commonly used international sign for 'sign language'. But is there only a single, universal sign language? Of course not, there are many!

#Linguistics
September 23, 2025 at 3:10 PM
Which countries have must rated chess players per age group? ♟️
India rising to the top in the youngest age groups. #TidyTuesday

github.com/borstell/tid...

#R4DS #DataViz #ggplot2
September 22, 2025 at 10:49 AM
library(tidyverse)
ggplot(mutate(uncount(tibble(x=LETTERS[1:7],y=rep(1:4,e=2)[-1],z=c(rep("#DDC",4),"#678","#643","#BCD")),y),g=row_number()))+geom_bar(aes(x,fill=I(z),group=g),col="#444")+theme_void()

👨🏻‍💻⛳️ #RStats
September 20, 2025 at 9:32 PM
The 🍗 or the 🍳? #TidyTuesday

Looking at the ingredients of over 2000 recipes online, where are different cuisines found on the chicken vs. egg (x-axis) and butter vs. oil (y-axis) scales?

As a Scandinavian, I guess I'm part of the egg+butter outlier!

Code: github.com/borstell/tid...

#R4DS
September 15, 2025 at 12:52 PM