ellipseInOut {SIBER} | R Documentation |
Test whether a set of points are inside or outside a defined circle
Description
Takes a
Usage
ellipseInOut(Z, p = 0.95, r = NULL)
Arguments
Z |
the |
p |
the percentile of the ellipse to be tested. |
r |
a manually defined radius of the circle to be used. Setting |
Value
A logical vector indicating whether the point is inside or outside the circle
[Package SIBER version 2.1.9 Index]