glottofiltermap {glottospace}R 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)

[Package glottospace version 0.0.112 Index]