glottomap_persist_diagram: Title

View source: R/glottomap.R

glottomap_persist_diagramR Documentation

Title

Description

Title

Usage

glottomap_persist_diagram(glottodata, maxscale)

Arguments

glottodata

a glottodata is an object of sf with geometry type as 'POINT'

maxscale

a numeric number, maximum value of the rips filtration, the default unit is "100km"

Value

a ggplot2 map

Examples

glottopoints <- glottofilter(continent = "South America")
awk <- glottopoints[glottopoints$family == "Arawakan", ]
glottomap_persist_diagram(awk, maxscale = 15)

SietzeN/glottospace documentation built on June 15, 2024, 10:45 p.m.