skelLength | R Documentation |
Calculates the branch length of the topological skeleton and the average branch length per node.
skelLength(skel)
skel |
topological skeleton, output of |
edgeL |
a vector of branch lengths, of length equal to the number of branches in the topological skeleton. |
nodeL |
a vector of average branch length per node, of 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 branch length of a topological skeleton data(exampleSkeleton) len<-skelLength(exampleSkeleton)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.