rarify_points: Rarify points Rarify points according to the raster grid...

Description Usage Arguments Value

View source: R/rarify_points.R

Description

Rarify points Rarify points according to the raster grid mask. Points will be rarified so only one point per grid cell is preserved. Purposfully made for rarifying points in presence-absence modeling. Useful for SDM.

Usage

1
rarify_points(point_data, raster_data)

Arguments

point_data

Input point data to be rarified. SpatialPointsDataFrame.

raster_data

Input grid data to which point_data is rarified. RasterLayer. Has to have overlapping extent.

Value

SpatialPointsDataFrame with rarified points.


MirzaCengic/crete.gap documentation built on May 28, 2019, 1:54 p.m.