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

#SignLanguages, #linguistics, #RStats & #dataviz
This was such a cool map animation of Germany that I had to try to make one for Sweden! But with only ≈2000 towns, so some sparsely populated areas don't show so well. #ggplot2
November 24, 2025 at 2:17 PM
Smeared charcoal with #ggplot2
November 17, 2025 at 9:59 PM
Elementary, my dear Watson
#TidyTuesday

While the full phrase is never there (see also "Luke, I am your father" & "Play it again, Sam"), you can find "My dear Watson" multiple times across the Sherlock Holmes novels – but which lines? 🔎📖

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

#r4ds #DataViz #ggplot2
November 17, 2025 at 9:45 AM
#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