ptinpoly | R Documentation |
Calculate if points are in the polynomial
ptinpoly(x, y, xp, yp, bb)
x |
- vector of x coordinates |
y |
- vector of y coordinates |
xp |
- vector of x coordinates of polynomial |
yp |
- vector of y coordinates of polynomial |
bb |
- matrix of bounding box of polynomial |
inout - vector of 1 if point is in polynomial and 0 if not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.