in_Osimp: Find if points are in a set of outer simplices

View source: R/pcdfunctions.R

in_OsimpR Documentation

Find if points are in a set of outer simplices

Description

Find if points are in a set of outer simplices

Usage

in_Osimp(Osimp, x)

Arguments

Osimp

A list of d+1-by-d matrices each representing an outer simplex.

x

The Cartesian coordinates of a reference point.

Value

A logical vector indicating in which simplex the reference point x resides.


Artur-man/PCDSL documentation built on Feb. 24, 2024, 11:15 p.m.