hessen: Extract from the SyHD Project on the syntax of the dialect of...

Description Usage Format Source References Examples

Description

An example dataset of dialect data.

Usage

1

Format

List of 3

boundary

An object of type owin describing a geographical boundary. This format is necessary for voronoi diagrams.

villages

A dataframe with two variables "longitude" and "latitude" for the 157 villages on this there is data in this dataset.

data

Dataframe with 56 different characteristics of these 157 villages, distributed over 15 different variables (as indicated in the column names).

Source

Data from https://www.uni-marburg.de/fb09/dsa/projekte/syhd

References

J<c3><bc>rg Fleischer, Simon Kasper & Alexandra N. Lenz (2012): Die Erhebung syntaktischer Ph<c3><a4>nomene durch die indirekte Methode: Ergebnisse und Erfahrungen aus dem Forschungsprojekt "Syntax hessischer Dialekte" (SyHD). In: Zeitschrift f<c3><bc>r Dialektologie und Linguistik 79/1, 2-42.

Examples

1
2
3
4
data(hessen)

tessalation <- voronoi(hessen$villages, hessen$boundary)
plot(tessalation)

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