R/fslnan.help.R

Defines functions fslnan.help

Documented in fslnan.help

#' @title fslnan Help
#' @description This function calls \code{fslmaths}'s help, as 
#' \code{fslnan} 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()){
#'  fslnan.help() 
#' }
fslnan.help = function(...){
  fslmaths.help(...)
}

Try the fslr package in your browser

Any scripts or data that you put into this service are public.

fslr documentation built on Aug. 25, 2022, 5:07 p.m.