checkout | R Documentation |
This function determines if the determinants of the sform and qform have the same sign
checkout(hd)
hd |
(list) sforms from |
logical indicating if sform and qform consistent
if (have.fsl()){
mnifile = file.path(fsldir(), "data", "standard",
"MNI152_T1_2mm.nii.gz")
forms = getForms(mnifile)
checkout(forms)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.