dialects: Multiple correspondences of "f"-like sounds in German...

Description Usage Format Source Examples

Description

In total 34 different words in which an f-like sound occurs. The differnt pronunciations of this sound in 183 different German villages are included in this dataset.

Usage

1

Format

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.

Source

Excerpt from http://github.com/cysouw/PAD/

Examples

1
2
3
4
5
6
7
8
9
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<c3><b6>ffel\'")

qlcVisualize documentation built on May 29, 2017, 9:35 p.m.