This function calculates the origin of the grid used for a species richness estimation.
此功能计算网格的起源,物种丰富度估计的使用。
用法----------Usage----------
getShift(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 occurence location.
数据集包含了所有观察到的物种他们的ID(名为:speciesID)的,其发生“位置的经度(命名为:长)和纬度(名为:纬度)。
Details
详细信息----------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[出库提取坐标系的原点]
shift <- getShift(dataset.all.species)
print(shift)