VerticesXYZ {cxhull}R 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.


[Package cxhull version 0.7.4 Index]