orientation | R Documentation |
To determine if data is stored in Radiological or Neurological order.
orientation(L)
L |
a NIFTI header list |
-1 for Radiological and 1 for Neurological.
L <- f.read.nifti.header(system.file("example-nifti.hdr", package="AnalyzeFMRI"))
orientation(L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.