R/fsl_atan.R

Defines functions fsl_atan

Documented in fsl_atan

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