View source: R/find_species_range.R
find_species_range | R Documentation |
Finds the maximum distance in Km between the edges of a species' distribution from occurrence coordinates.
find_species_range(x, lon = "lon", lat = "lat")
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 |
The tree calculated from the taxonomic data provided is performed
The species range in Km.
find_species_range()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.