From 9d3bcbefdff388e1187322f802d3e2cd178fff5f Mon Sep 17 00:00:00 2001 From: muschellij2 Date: Fri, 24 Apr 2015 14:24:27 -0400 Subject: [PATCH] SHould rewrite tempimg to incorporate new file types. --- R/tempimg.R | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/R/tempimg.R b/R/tempimg.R index 7d1db90..92fdbc1 100644 --- a/R/tempimg.R +++ b/R/tempimg.R @@ -1,8 +1,10 @@ #' @title Create temporary nii.gz file for FSL -#' @description Takes in a object of class nifti, writes it to a temp file, appends +#' @description Takes in a object of class nifti, writes it +#' to a temp file, appends #' .nii.gz as \code{\link{writeNIfTI}} adds it. #' @param nim object of class nifti -#' @param gzipped Should file be gzipped? Passed to \code{\link{writeNIfTI}} +#' @param gzipped Should file be gzipped? Passed to +#' \code{\link{writeNIfTI}} #' @param checknan Check for NAs or NaNs #' @param ... Not used #' @return filename of output nii.gz