Learn R Programming

spsurvey (version 4.1.4)

selectframe: Internal Function: Select All Points in Survey Frame

Description

Internal Function: Select All Points in Frame

Usage

selectframe(rord, xc, yc, dx, dy, pts)

Arguments

rord

Vector of the index value for all cells.

xc

Vector of x-coordinates that define the cells.

yc

Vector of y-coordinates that define the cells.

dx

Width of the cells along the x-axis.

dy

Width of the cells along the y-axis.

pts

Data frame containing id values, x-coordinates, y-coordinates, and mdm values.

Value

The id value for all points in the frame.