getOrigin: Origin Koordinates

View source: R/getOrigin.R

getOriginR Documentation

Origin Koordinates

Description

This function calculates the origin of the grid used for a species richness estimation.

Usage

getOrigin(dataset.all.species)

Arguments

dataset.all.species

A dataset containing all observed species with their ID (named: speciesID) and the longitude (named: long) and latitude (named: lat) of their occurrence location.

Details

This function calculates the coordinates of the origin of the grid which should be used for a species richness estimation.

Value

The coordinates of the origin of the grid used for species richness estimation.

Author(s)

Maximilian Lange, Sven Lautenbach

Examples

##load data
data(dataset.all.species)

#extract coordinates of origin out of database
origin <- getOrigin(dataset.all.species)
print(origin)

sperich documentation built on July 26, 2023, 5:49 p.m.

Related to getOrigin in sperich...