pickSamplePoints: Select Sample Points from a Simple Features Object

Description Usage Arguments Value Author(s)

View source: R/pickSamplePoints.R

Description

This function selects sample points from an sf object of geometry type polygon or linestring.

Usage

1
pickSamplePoints(sfobject, featureID, xc, yc, dx, dy)

Arguments

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.

Value

Data frame containing x-coordinates and y-coordinates for sample points.

Author(s)

Tom Kincaid Kincaid.Tom@epa.gov


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