glottofiltermap: Filter languages from a map

View source: R/glottofilter.R

glottofiltermapR Documentation

Filter languages from a map

Description

Select languages by drawing or clicking on a map

Usage

glottofiltermap(glottodata = NULL, mode = NULL, ...)

Arguments

glottodata

Spatial glottodata object

mode

Either "draw" or "click"

...

Additional arguments to pass to glottofilter

Value

A set of languages selected from the original glottodata object

Examples

## Not run: 
selected <- glottofiltermap()
glottomap(selected)

glottofiltermap(continent = "South America")
glottofiltermap(country = "Netherlands")

## End(Not run)

glottospace documentation built on April 12, 2022, 5:07 p.m.