This function calls fslmaths -sin
.
The R functions wraps fslmaths
fslsin(
file,
outfile = NULL,
retimg = TRUE,
reorient = FALSE,
intern = FALSE,
opts = "",
...
)
(character) input image to sine transform
(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
(character) operations to be passed to fslmaths
additional arguments passed to readnii
.
If retimg
then object of class nifti. Otherwise,
Result from system command, depends if intern is TRUE or FALSE.