fslr_maths_helpfile.R

#' @title fsl%opt% Help
#' @description This function calls \code{fslmaths}'s help, as 
#' \code{fsl%opt%} is a wrapper for \code{fslmaths}
#' @param ... passed to \code{\link{fslmaths.help}}
#' @return Prints help output and returns output as character vector
#' @export
#' @examples
#' if (have.fsl()){
#'  fsl%opt%.help() 
#' }
fsl%opt%.help = function(...){
  fslmaths.help(...)
}
neuroconductor-releases/fslr documentation built on Nov. 14, 2020, 11:55 p.m.