skelConnectivity: Skeleton connectivity

View source: R/skelConnectivity.R

skelConnectivityR Documentation

Skeleton connectivity

Description

Calculates the connectivity of the topological skeleton as the number of branches connected to each node.

Usage

skelConnectivity(skel)

Arguments

skel

topological skeleton, output of readAmiraSkeleton

Value

A vector of the number of branches connected to each node. The vector has length equal to the number of nodes in the topological skeleton.

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

#Calculate skeleton connectivity
data(exampleSkeleton)
conn<-skelConnectivity(exampleSkeleton)


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