getOrigin {sperich} | R 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)
[Package sperich version 1.5-9 Index]