VerticesXYZ: Convex hull vertices

View source: R/cxhull.R

VerticesXYZR Documentation

Convex hull vertices

Description

The coordinates of the vertices of a 3D convex hull.

Usage

VerticesXYZ(hull)

Arguments

hull

an output of cxhull applied to 3D points

Value

A matrix with three columns. Each row represents the coordinates of a vertex and the row names are the ids of the vertices.


cxhull documentation built on Oct. 24, 2023, 9:07 a.m.