R/fsl_nan.R

Defines functions fsl_nan

Documented in fsl_nan

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