Learn R Programming

glottospace (version 0.0.112)

glottodist: Calculate distances between languages

Description

Calculate distances between languages

Usage

glottodist(glottodata)

Arguments

glottodata

glottodata or glottosubdata, either with or without structure table.

Value

object of class dist

Examples

Run this code
# NOT RUN {
glottodata <- glottoget("demodata", meta = TRUE)
glottodist <- glottodist(glottodata = glottodata)

glottosubdata <- glottoget("demosubdata", meta = TRUE)
glottodist <- glottodist(glottodata = glottosubdata)

# }

Run the code above in your browser using DataLab