pickFiniteSamplePoints: Select Sample Points from a Simple Features Point Object

Description Usage Arguments Value Author(s)

View source: R/pickFiniteSamplePoints.R

Description

This function selects sample points from an sf object of geometry type point.

Usage

1
pickFiniteSamplePoints(rdx, xc, yc, dx, dy, sfobject)

Arguments

rdx

Vector of cell IDs.

xc

Vector of x-coordinates for the grid cells.

yc

Vector of y-coordinates for the grid cells.

dx

The x-axis grid cell dimension.

dy

The y-axis grid cell dimension.

sfobject

The sf point object.

Value

Vector containing feature IDs of the selected sample points.

Author(s)

Tom Kincaid Kincaid.Tom@epa.gov


mhweber/spsurvey documentation built on Sept. 17, 2020, 4:24 a.m.