fslhd.parse | R Documentation |
This function takes in a FSL header and parses the components
fslhd.parse(hd)
hd |
(character) header from |
data.frame of information from FSL header
if (have.fsl()){
mnifile = mni_fname("2")
hd = fslhd(mnifile)
fslhd.parse(hd)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.