Learn R Programming

AnalyzeFMRI (version 1.1-25)

orientation: Orientation storage

Description

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

Usage

orientation(L)

Value

-1 for Radiological and 1 for Neurological.

Arguments

L

a NIFTI header list

Examples

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

Run the code above in your browser using DataLab