R/fsl_sqrt.R

Defines functions fsl_sqrt

Documented in fsl_sqrt

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