View source: R/skelThickness.R
skelThickness | R Documentation |
Extracts branch thickness from the topological skeleton. The thickness is recorded at each point of the branch.
skelThickness(skel)
skel |
topological skeleton, output of |
A vector of branch thickness calculated at each coordinate making up the branch.
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.
#Extract thickness information from the topological skeleton data(exampleSkeleton) dens<-skelThickness(exampleSkeleton)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.