fslmax | R Documentation |
This function calls the range or robust range functions from FSL and then extracts the min/max
fslmax(file, ...)
fslmin(file, ...)
file |
(character) filename of image to be checked |
... |
options passed to |
Numeric vector of mins/maxs or just one depending if ts = TRUE
if (have.fsl()){
mnifile = file.path(fsldir(), "data", "standard",
"MNI152_T1_2mm.nii.gz")
fslmax(mnifile)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.