Learn R Programming

fslr (version 1.3)

checkout: Determine of Q and S forms are consistent

Description

This function determines if the determinants of the sform and qform have the same sign

Usage

checkout(hd)

Arguments

hd
(list) sforms from getForms

Value

  • logical indicating if sform and qform consistent

Examples

Run this code
if (have.fsl()){
 mnifile = file.path(fsldir(), "data", "standard",
   "MNI152_T1_2mm.nii.gz")
 forms = getForms(mnifile)
 checkout(forms)
}

Run the code above in your browser using DataLab