View source: R/calculate_convex_hull_moment_matrix.R
interpolate_convex_hull | R Documentation |
Interpolate points within a convex hull
interpolate_convex_hull(points, ch_halfspace, n_samples_per_dimension = 11)
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 |
A list with: - data: The interpolated points - on_edge: A logical vector indicating whether the points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.