get.fsl {fslr} | R Documentation |
Create command declaring FSLDIR
Description
Finds the FSLDIR from system environment or getOption("fsl.path")
for location of FSL functions
Usage
get.fsl(add_bin = TRUE)
get_fsl(add_bin = TRUE)
Arguments
add_bin |
Should |
Value
NULL if FSL in path, or bash code for setting up FSL DIR
Note
This will use Sys.getenv("FSLDIR")
before getOption("fsl.path")
.
If the directory is not found for FSL in Sys.getenv("FSLDIR")
and
getOption("fsl.path")
, it will try the default directory /usr/local/fsl
.
[Package fslr version 2.25.3 Index]