powered by
Creates a 3D anatomical orientation from axis abbreviations.
findAnatomy3D(axis1 = "L", axis2 = "P", axis3 = "I")
An AxisSet3D object representing the anatomical orientation
Character string for first axis (default: "L" for Left)
Character string for second axis (default: "P" for Posterior)
Character string for third axis (default: "I" for Inferior)
# Create orientation with default LPI axes orient <- findAnatomy3D() # Create orientation with custom axes orient <- findAnatomy3D("R", "A", "S")
Run the code above in your browser using DataLab