This function calls fslmaths file -add file2 -bin
after binarizing file
and file2
using
fslbin
.
fslor(
file,
file2,
outfile = NULL,
retimg = TRUE,
reorient = FALSE,
intern = FALSE,
...
)
fsl_or(..., outfile = tempfile(fileext = ".nii.gz"), retimg = FALSE)
(character) input image
(character) image to be unioned
(character) resultant image name (optional)
(logical) return image of class nifti
(logical) If retimg, should file be reoriented
when read in?
Passed to readnii
.
(logical) to be passed to system
additional arguments passed to readnii
.
If retimg
then object of class nifti. Otherwise,
Result from system command, depends if intern is TRUE or FALSE.
Functions with underscores have different defaults and will return an output filename, so to be used for piping