glottodist | R Documentation |
Calculate distances between languages
glottodist(glottodata)
glottodata |
glottodata or glottosubdata, either with or without structure table. |
object of class dist
glottodata <- glottoget("demodata", meta = TRUE) glottodist <- glottodist(glottodata = glottodata) glottosubdata <- glottoget("demosubdata", meta = TRUE) glottodist <- glottodist(glottodata = glottosubdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.