skelThickness: Skeleton thickness

View source: R/skelThickness.R

skelThicknessR Documentation

Skeleton thickness

Description

Extracts branch thickness from the topological skeleton. The thickness is recorded at each point of the branch.

Usage

skelThickness(skel)

Arguments

skel

topological skeleton, output of readAmiraSkeleton

Value

A vector of branch thickness calculated at each coordinate making up the branch.

Author(s)

Alessio Veneziano

References

Veneziano A, Cazenave M, Alfieri F, Panetta D, Marchi D. 2021. Novel strategies for the characterization of cancellous bone morphology: Virtual isolation and analysis. American Journal of Physical Anthropology.

Examples

#Extract thickness information from the topological skeleton
data(exampleSkeleton)
dens<-skelThickness(exampleSkeleton)


AlessioVeneziano/IndianaBones documentation built on Dec. 2, 2022, 7:35 a.m.