Description Usage Arguments Value Author(s)
View source: R/pickSamplePoints.R
This function selects sample points from an sf object of geometry type polygon or linestring.
1 | pickSamplePoints(sfobject, featureID, xc, yc, dx, dy)
|
sfobject |
The sf polygon object. |
featureID |
Vector identifying features in sfobject from which a sample point will be selected. |
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. |
Data frame containing x-coordinates and y-coordinates for 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.