find_species_range: Find Species' Distribution Ranges

View source: R/find_species_range.R

find_species_rangeR Documentation

Find Species' Distribution Ranges

Description

Finds the maximum distance in Km between the edges of a species' distribution from occurrence coordinates.

Usage

find_species_range(x, lon = "lon", lat = "lat")

Arguments

x

table with longitude and latitude coordinates of a species' occurrence.

lon

name of the table column with longitude values

lat

name of the table column with latitude values

Details

The tree calculated from the taxonomic data provided is performed

Value

The species range in Km.

Examples

find_species_range()

jgmv/comecol documentation built on June 6, 2023, 4:07 p.m.