fslreorient2std {fslr} | R Documentation |
FSL Orient to MNI
Description
This function calls fslreorient2std
Usage
fslreorient2std(
file,
retimg = TRUE,
reorient = FALSE,
intern = FALSE,
verbose = TRUE,
opts = "",
...
)
fslreorient2std_mat(
file,
matfile = tempfile(fileext = ".mat"),
verbose = TRUE,
...
)
Arguments
file |
(character) image to be manipulated |
retimg |
(logical) return image of class nifti |
reorient |
(logical) If |
intern |
(logical) to be passed to |
verbose |
(logical) print out command before running |
opts |
additional options to pass to |
... |
additional arguments passed to |
matfile |
Output file for the matrix for reorientation |
Value
If retimg
then object of class nifti. Otherwise,
Result from system command, depends if intern is TRUE or FALSE.
[Package fslr version 2.25.3 Index]