matchAxis | R Documentation |
Match anatomical axis abbreviation to full axis object
matchAxis(firstAxis)
firstAxis |
Character string specifying the axis. Can be full name (e.g. "LEFT") or abbreviation (e.g. "L") |
A NamedAxis object corresponding to the specified axis
## Not run:
matchAxis("L") # Returns LEFT_RIGHT axis
matchAxis("ANTERIOR") # Returns ANT_POST axis
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.