Learn R Programming

skpr (version 1.8.2)

interpolate_convex_hull: 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)

Value

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

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