R/fslbinv.help.R

Defines functions fslbinv.help

Documented in fslbinv.help

#' @title fslbinv Help
#' @description This function calls \code{fslmaths}'s help, as 
#' \code{fslbinv} 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()){
#'  fslbinv.help() 
#' }
fslbinv.help = function(...){
  fslmaths.help(...)
}
neuroconductor-devel-releases/fslr documentation built on May 6, 2020, 4:22 p.m.