R/fsl_swapdim.R

Defines functions fsl_swapdim

Documented in fsl_swapdim

#' @rdname fslswapdim
#' @aliases fsl_swapdim
#' @export
#' @note Functions with underscores have different defaults
#' and will return an output filename, so to be used for piping
fsl_swapdim = function(
  ...,
  outfile = tempfile(fileext = ".nii.gz"),
  retimg = FALSE
) {
  fslswapdim(..., outfile = outfile, retimg = retimg)
  return(outfile)
}
neuroconductor-devel/fslr documentation built on May 6, 2021, 1:44 p.m.