Learn R Programming

fslr (version 2.25.3)

enforce_form: Enforce Either Qform or Sform is set

Description

Enforce Either Qform or Sform is set

Usage

enforce_form(file, ...)

Value

A character filename

Arguments

file

(character) image filename or character of class nifti

...

additional arguments to pass to getForms

Examples

Run this code
if (have_fsl()) {
res = enforce_form(mni_fname())
}

Run the code above in your browser using DataLab