interpolate_convex_hull: Interpolate points within a convex hull

View source: R/calculate_convex_hull_moment_matrix.R

interpolate_convex_hullR Documentation

Interpolate points within a convex hull

Description

Interpolate points within a convex hull

Usage

interpolate_convex_hull(points, ch_halfspace, n_samples_per_dimension = 11)

Arguments

points

A numeric matrix (n x d).

ch_halfspace

Convex hull. Output of 'convhull_halfspace'

n_samples_per_dimension

Number of samples per dimension (pre filtering) to take

Value

A list with: - data: The interpolated points - on_edge: A logical vector indicating whether the points


tylermorganwall/skpr documentation built on April 13, 2025, 5:35 p.m.