Description Usage Arguments Value Author(s)
View source: R/pickFiniteSamplePoints.R
This function selects sample points from an sf object of geometry type point.
1 | pickFiniteSamplePoints(rdx, xc, yc, dx, dy, sfobject)
|
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. |
Vector containing feature IDs of the selected sample points.
Tom Kincaid Kincaid.Tom@epa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.