cpp_pnt_in_gate | R Documentation |
This function checks if points lie in a polygon or ellipse.
pnts |
NumericMatrix, a 2-columns matrix with (x and y) coordinates of the points of interest. |
gate |
NumericMatrix, a 2-columns matrix defining polygon vertices or ellipse boundaries. |
algorithm |
int, used for computation. Default is 1. |
epsilon |
double, epsilon threshold value. Default is 0.000000000001 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.