fslrange | R Documentation |
This function calls fslstats -R
to get the range of an image or fslstats -r
to
get the robust range
fslrange(file, robust = FALSE, verbose = TRUE, ts = FALSE, ...)
file |
(character) filename of image to be checked |
robust |
(logical) Should the range be robust ( |
verbose |
(logical) print out command before running |
ts |
(logical) is the series a timeseries (4D), invoking |
... |
options passed to |
numeric vector of length 2
if (have.fsl()){
mnifile = file.path(fsldir(), "data", "standard",
"MNI152_T1_2mm.nii.gz")
fslrange(mnifile)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.