hessen | R Documentation |
An example dataset of dialect data.
data(hessen)
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).
Data from https://www.syhd.info/startseite/index.html
Jürg Fleischer, Simon Kasper & Alexandra N. Lenz (2012): Die Erhebung syntaktischer Phänomene durch die indirekte Methode: Ergebnisse und Erfahrungen aus dem Forschungsprojekt "Syntax hessischer Dialekte" (SyHD). In: Zeitschrift für Dialektologie und Linguistik 79/1, 2-42.
data(hessen)
tessalation <- weightedMap(hessen$villages, window = hessen$boundary, crs = 2397)
plot(tessalation$weightedVoronoi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.