long.lang: Get longitude by language

View source: R/long.lang.R

long.langR Documentation

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".

Author(s)

George Moroz <agricolamz@gmail.com>

See Also

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

Examples

lat.lang('Adyghe')
long.lang('Adyghe')
lat.lang(c('Adyghe', 'Russian'))
long.lang(c('Adyghe', 'Russian'))
long.lang(c('Adyghe', 'Aleut'), map.orientation = "Pacific")

lingtypology documentation built on Aug. 23, 2023, 5:09 p.m.