get_eoo: Get extent of occurence (EOO).

Description Usage Arguments Value Examples

Description

Get extent of occurence (EOO).

Usage

1
get_eoo(species_data, return = "sf")

Arguments

species_data

Output of get_species_data() function. Supports sp and sf objects.

return

Object to return. If return = "sf" (default) will return simple features object, while return = "sp" will return spatial points data frame object.

Value

A spatial object (sf or sp class).

Examples

1
2
sal_atra <- get_species_data("Salamandra atra")
sal_atra_eoo <- get_eoo(sal_atra, return = "sp")

MirzaCengic/speciesrangeR documentation built on May 15, 2019, 3:24 p.m.