in_simp: Find if points are in a set of d-simplices

View source: R/pcdfunctions.R

in_simpR Documentation

Find if points are in a set of d-simplices

Description

Find if points are in a set of d-simplices

Usage

in_simp(simp, x)

Arguments

simp

A list of d+1-by-d matrices each representing a d-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.