Learn R Programming

lingtypology (version 1.1.7)

subc.lang: Get subclassification by language

Description

Takes any vector of languoids and returns subclassification in the Newick tree format.

Usage

subc.lang(x)

Arguments

x

A character vector of the languoids (can be written in lower case)

See Also

aff.lang, area.lang, country.lang, gltc.lang, iso.lang, lat.lang, long.lang

Examples

Run this code
# NOT RUN {
subc.lang('Korean')
subc.lang(c('Korean', 'Lechitic'))
# }

Run the code above in your browser using DataLab