Learn R Programming

fslr (version 1.9.2.1)

fslbet.help: Help for FSL BET

Description

This function calls bet's help

Usage

fslbet.help(betcmd = c("bet2", "bet"))

Arguments

betcmd
(character) Get help for bet or bet2 function

Value

Prints help output and returns output as character vector

Examples

Run this code
if (have.fsl()){
 fslbet.help()
 fslbet.help("bet")
}  

Run the code above in your browser using DataLab