Created
May 1, 2014 14:06
-
-
Save muschellij2/c1bdc1cd48954d86b46e to your computer and use it in GitHub Desktop.
Example of Roxygen markdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#' @name fslmask | |
#' @title Mask image using FSL | |
#' @param file (character) image to be masked | |
#' @param mask (character) mask given for image | |
#' @param outfile (character) resultant masked image name | |
#' @param retimg (logical) return image of class nifti | |
#' @param reorient (logical) If retimg, should file be reoriented when read in? | |
#' Passed to \code{\link{readNIfTI}}. | |
#' @param intern (logical) to be passed to \code{\link{system}} | |
#' @param opts (character) additional options to be passed to fslmask | |
#' @return Result from system command, depends if intern is TRUE or FALSE. | |
#' @export |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment