sphericity: Calculate sphericity of a 3D object

View source: R/sphericity.R

sphericityR Documentation

Calculate sphericity of a 3D object

Description

Calculates the ratio of the surface area of a sphere with the same volume as the object and the surface area of the object.

Usage

sphericity(mesh)

Arguments

mesh

A triangular mesh of class mesh3d.

Value

Sphericity value.

See Also

circularity()

Examples

sphericity(mcap)

habtools documentation built on May 29, 2024, 7:30 a.m.