View source: R/skelConnectivity.R
skelConnectivity | R Documentation |
Calculates the connectivity of the topological skeleton as the number of branches connected to each node.
skelConnectivity(skel)
skel |
topological skeleton, output of |
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.
Alessio Veneziano
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.
#Calculate skeleton connectivity data(exampleSkeleton) conn<-skelConnectivity(exampleSkeleton)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.