R/fslrandn.help.R

Defines functions fslrandn.help

Documented in fslrandn.help

#' @title fslrandn Help
#' @description This function calls \code{fslmaths}'s help, as 
#' \code{fslrandn} 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()){
#'  fslrandn.help() 
#' }
fslrandn.help = function(...){
  fslmaths.help(...)
}
muschellij2/fslr documentation built on Aug. 31, 2022, 8:47 p.m.