Description Usage Arguments Details Value See Also
Checks many points (dataframe pt with x and y) against a single quadrat whose corners are given by as xlo, ylo, xhi, yhi.
1 | are.ptsinside(pts, coord)
|
pts |
A matrix. |
This is same as insideRectangle()
, but accepting input as a matrix pts and a
single vector of the four corners of the rectange.
A logical vector; TRUE for the points inside.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.