dialects | R Documentation |
In total 34 different words in which an f-like sound occurs. The different pronunciations of this sound in 183 different German villages are included in this dataset.
data(dialects)
List of 2:
villages
Dataframe with two variables LONGITUDE and LATITUDE for all 183 villages.
data
Matrix with 34 columns showing the pronunciation in the 183 villages.
Excerpt from https://github.com/cysouw/PAD/
## Not run:
# might give error message because of non-ASCII phonetic symbols
data(dialects)
require(mapdata)
map("worldHires", "Germany", fill = TRUE, col = "grey90")
lmap(dialects$villages, dialects$data[,21]
, levels = c(0.20, 0.22, 0.24), add = TRUE, position = "topleft")
title(main = "f-sound in \'Kochlöffel\'")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.