morphomapMirror: morphomapMirror

View source: R/morphomapMirror.R

morphomapMirrorR Documentation

morphomapMirror

Description

Mirror a long bone mesh along the yz plane

Usage

morphomapMirror(mesh)

Arguments

mesh

object of class mesh3d

Value

mesh: object of class mesh3d

Author(s)

Antonio Profico, Luca Bondioli, Pasquale Raia, Paul O'Higgins, Damiano Marchi

Examples

if(interactive()){
#a left human femur bone
require(rgl)
data(HomFem38023)
lfem<-HomFem38023
rfem<-morphomapMirror(lfem)
rgl::open3d()
rgl::wire3d(lfem,col="green")
rgl::ire3d(rfem,col="red")
}

morphomap documentation built on Oct. 10, 2023, 1:08 a.m.