Learn R Programming

ETRep (version 1.2.1)

nonIntrinsic_Distance_Between2tubes: Calculating the non-intrinsic distance between two ETReps

Description

Calculating the non-intrinsic distance between two ETReps

Usage

nonIntrinsic_Distance_Between2tubes(tube1, tube2)

Value

Numeric

Arguments

tube1

List containing ETRep details.

tube2

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 tubes
data("tube_A")
data("tube_B")
intrinsic_Distance_Between2tubes(tube1 = tube_A,tube2 = tube_B)

Run the code above in your browser using DataLab