are.ptsinside: Check if points belong to quadrat.

Description Usage Arguments Details Value See Also

Description

Checks many points (dataframe pt with x and y) against a single quadrat whose corners are given by as xlo, ylo, xhi, yhi.

Usage

1
are.ptsinside(pts, coord)

Arguments

pts

A matrix.

Details

This is same as insideRectangle(), but accepting input as a matrix pts and a single vector of the four corners of the rectange.

Value

A logical vector; TRUE for the points inside.

See Also

insideRectangle().


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.