is_in_ball {mappeR} | R Documentation |
Get a tester function for a ball.
Description
Get a tester function for a ball.
Usage
is_in_ball(ball)
Arguments
ball |
A list of data points. |
Value
A function that eats a data point and returns TRUE or FALSE depending if the point is in the ball or not.
[Package mappeR version 1.3.0 Index]