findAnatomy3D | R Documentation |
Creates a 3D anatomical orientation from axis abbreviations.
findAnatomy3D(axis1 = "L", axis2 = "P", axis3 = "I")
axis1 |
Character string for first axis (default: "L" for Left) |
axis2 |
Character string for second axis (default: "P" for Posterior) |
axis3 |
Character string for third axis (default: "I" for Inferior) |
An AxisSet3D object representing the anatomical orientation
## Not run:
# Create orientation with default LPI axes
orient <- findAnatomy3D()
# Create orientation with custom axes
orient <- findAnatomy3D("R", "A", "S")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.