get_boundary_points: get_boundary_points

View source: R/get_boundary_points.R

get_boundary_pointsR Documentation

get_boundary_points

Description

Given a set of points, returns the minimal subset with the same upper hull.

Usage

get_boundary_points(X)

Arguments

X

a numeric matrix with one point per row.

Value

A numeric matrix of the same number of columns as X.

Examples

X <- rbind(c(0, 1), c(1, 0), c(1, 0), c(1, 1))
get_boundary_points(X)


ISS documentation built on July 9, 2023, 5:13 p.m.

Related to get_boundary_points in ISS...