Learn R Programming

doolkit (version 1.42.2)

hypso: hypso

Description

Compute the maximum height, length, width and corresponding hypsodonty index (ratio of the maximum height over the maximum length)

Usage

hypso(mesh, origin = TRUE)

Value

A list of values for hypsodonty index, height, length and width of the mesh. The hypsodonty index is not expressed relative to 100 but to 1. Note: the tooth surface is expected to be oriented such as the X-axis is the bucco-lingual axis, the Y-axis is the mesio-distal axis, and the occlusal plane is parallel to the (XY) plane and faces upward.

Arguments

mesh

object of class mesh3d

origin

logical, whether to set the z of the mesh's lowermost point to zero.

Examples

Run this code
hypso(dkmodel$cusp)

Run the code above in your browser using DataLab