Description Usage Arguments Value See Also Examples
Writes a list of attributes to a .hdr file
1 |
L |
A list of all the fields included in a .hdr file |
file |
The name of the file to write, preferably with .hdr suffix |
Nothing is returned
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.