f.write.list.to.hdr: writes a .hdr file in ANALYZE format

Description Usage Arguments Value See Also Examples

View source: R/analyzeFMRI.R

Description

Writes a list of attributes to a .hdr file

Usage

1

Arguments

L

A list of all the fields included in a .hdr file

file

The name of the file to write, preferably with .hdr suffix

Value

Nothing is returned

See Also

f.basic.hdr.list.create

Examples

1
2
3
4
5
6
## Not run: 
a<-array(rnorm(20*30*40*3),dim=c(20,30,40,3))
file<-"temp.hdr"
b<-f.basic.hdr.list.create(a, file)
f.write.list.to.hdr(b,file)
## End(Not run)

AnalyzeFMRI documentation built on Oct. 5, 2021, 5:06 p.m.