View source: R/calculate_convex_hull_moment_matrix.R
convhull_halfspace | R Documentation |
Compute convex hull in half-space form
convhull_halfspace(points)
points |
A matrix or data frame of numeric coordinates, size n x d |
A list with elements: - A: a matrix of size m x d (m = number of facets) - b: a length-m vector so that x is inside the hull if and only if A - volume: Total volume of the convex hull
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.