Learn R Programming

lingtypology (version 1.1.7)

long.lang: Get longitude by language

Description

Takes any vector of languages and returns longitude.

Usage

long.lang(x, map.orientation = "Pacific")

Arguments

x

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

map.orientation

A character verctor with values "Pacific" and "Atlantic". It distinguishes Pacific-centered and Atlantic-centered maps. By default is "Pacific".

See Also

aff.lang, area.lang, country.lang, gltc.lang, iso.lang, lat.lang, subc.lang, url.lang

Examples

Run this code
# NOT RUN {
lat.lang('Adyghe')
long.lang('Adyghe')
lat.lang(c('Adyghe', 'Russian'))
long.lang(c('Adyghe', 'Russian'))
long.lang(c('Adyghe', 'Aleut'), map.orientation = "Pacific")
# }

Run the code above in your browser using DataLab