centroidCorr | R Documentation |
centroidCorr
changes the in-plane orientation data of a
qPLMtab
object from global reference frame to orientation relative
to a tangent from the centroid of the object cross-section. Resulting
orientations are in a sense 'unwrapping' the cortex around the centroid.
centroidCorr(qPLMtab)
qPLMtab |
qPLMtab object to process. |
For some questions (e.g., resistance of cortical bone to torsion), orientation in plane relative to a centroid is informative. This function returns orientation relative to a 'naive' assumption of the structural centroid of a cross-section.
A qPLMtab
object; a matrix with columns
(1) theta,
(2) 'corrected' phi,
(3-5) the 'unwrapped' Euclidean x, y, and z axis coordinates, and
(6-7) the original pixel u,v positions.
Other qPLM Analysis Functions:
angGaussSumm()
,
pullCluster()
,
pullROI()
,
pullqPLMSample()
,
qPLMClust()
,
qPLMTabulate()
#oldwd<-getwd()
#setwd(system.file("extdata", package = "microTransit"))
#load("testqPLMtab.R")
#setwd(oldwd)
testCorrtab<-centroidCorr(testqPLMtab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.