Skip to content

Instantly share code, notes, and snippets.

@agricolamz
Created November 21, 2024 10:04
Show Gist options
  • Save agricolamz/e416c405a0f4f237f3c33fb256e4a19d to your computer and use it in GitHub Desktop.
Save agricolamz/e416c405a0f4f237f3c33fb256e4a19d to your computer and use it in GitHub Desktop.
library(tidyverse)
library(lingtypology)
df <- tribble(
~lang, ~label,
"Andi", "андийский",
"Northern Akhvakh", "ахвахский",
"Chamalal", "чамалинский",
"Godoberi", "годоберинский",
"Botlikh", "ботлихский",
"Bagvalal", "багвалинский",
"Tindi", "тиндинский",
"Tokita", "тукитинский",
"Karata-Tukita", "каратинский")
map.feature(df$lang,
width = 10,
label = df$label,
label.fsize = 20,
label.hide = FALSE,
minimap = TRUE,
tile = 'Stadia.StamenTerrain')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment