Description Usage Arguments Value Author(s) Examples
View source: R/morphomapThickness.R
Tool for the extraction of equiangular landmarks on the entire diaphysis
1 | morphomapThickness(morphomap.shape)
|
morphomap.shape |
list: morphomap.shape object |
sect_thickness cortical thickness at each pair of landmarks on the external and internal outlines
ALPM_thickness cortical thickness at ALPM quadrants
Antonio Profico, Luca Bondioli, Pasquale Raia, Paul O'Higgins, Damiano Marchi
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #morphomap on a human femur bone
data(HomFem38023)
meshes<-morphomapSegm(HomFem38023, param1=4)
perMesh<-meshes$external
endMesh<-meshes$internal
mech_length<-380.23
rawSections<-morphomapCore(out.sur=perMesh,
inn.sur=endMesh,num.sect=61,mech.len = mech_length,
start = 0.2,end=0.8)
shapeSections<-morphomapShape(rawSections,21,sects_vector=NULL,cent.out="CCA",delta=0.1)
femthick<-morphomapThickness(shapeSections)
plot(femthick$ALPM_thickness[1,,],type="l",
main="LAMP thickness",xlab="section",ylab="thickness")
points(femthick$ALPM_thickness[2,,],type="l",col=2)
points(femthick$ALPM_thickness[3,,],type="l",col=3)
points(femthick$ALPM_thickness[4,,],type="l",col=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.