Learn R Programming

mappeR (version 2.0.2)

is_in_ball: Get a tester function for a ball.

Description

Get a tester function for a ball.

Usage

is_in_ball(ball)

Value

A function that eats a data point and returns TRUE or FALSE depending if the point is in the ball or not.

Arguments

ball

A list of data points.