Skip to content

Commit

Permalink
SHould rewrite tempimg to incorporate new file types.
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Apr 24, 2015
1 parent fb66b0a commit 9d3bcbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/tempimg.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9d3bcbe

Please sign in to comment.