Learn R Programming

fslr (version 2.25.3)

fslhd.parse: Parse FSL Header

Description

This function takes in a FSL header and parses the components

Usage

fslhd.parse(hd)

Value

data.frame of information from FSL header

Arguments

hd

(character) header from fslhd

Examples

Run this code
if (have.fsl()){
 mnifile = mni_fname("2")
 hd = fslhd(mnifile)
 fslhd.parse(hd)
}  

Run the code above in your browser using DataLab