Learn R Programming

AnalyzeFMRI (version 1.1-24)

orientation: Orientation storage

Description

To determine if data is stored in Radiological or Neurological order.

Usage

orientation(L)

Arguments

L

a NIFTI header list

Value

-1 for Radiological and 1 for Neurological.

Examples

Run this code
# NOT RUN {
L <- f.read.nifti.header(system.file("example-nifti.hdr", package="AnalyzeFMRI"))
orientation(L)
# }

Run the code above in your browser using DataLab