Learn R Programming

ETRep (version 1.2.1)

check_Tube_Legality: Check the Legality of an Elliptical Tube (ETRep)

Description

Checks the validity of a given ETRep based on the Relative Curvature Condition (RCC) and principal radii such that forall i a_i>b_i.

Usage

check_Tube_Legality(tube)

Value

Logical value: TRUE if valid, FALSE otherwise.

Arguments

tube

List containing ETRep details.

References

Taheri, M., Pizer, S. M., & Schulz, J. (2024). "The Mean Shape under the Relative Curvature Condition." arXiv. tools:::Rd_expr_doi("10.48550/arXiv.2404.01043")

Taheri Shalmani, M. (2024). "Shape Statistics via Skeletal Structures." University of Stavanger. tools:::Rd_expr_doi("10.13140/RG.2.2.34500.23685")

Examples

Run this code
# Load tube
data("colon3D")
check_Tube_Legality(tube = colon3D)

Run the code above in your browser using DataLab