This function selects sample points from an sf object of geometry type point.
pickFiniteSamplePoints(rdx, xc, yc, dx, dy, sfobject)
Vector of cell IDs.
Vector of x-coordinates for the grid cells.
Vector of y-coordinates for the grid cells.
The x-axis grid cell dimension.
The y-axis grid cell dimension.
The sf point object.
Vector containing feature IDs of the selected sample points.