f.basic.hdr.list.create | R Documentation |
Creates a basic list that can be used to write a .hdr file
f.basic.hdr.list.create(X, file.hdr)
X |
Array that is to be converted to a .img file |
file.hdr |
Name of the .hdr file that will be created |
Returns a list of all the fields needed to create a .hdr file (see the functions code for details).
f.write.list.to.hdr
,
f.analyze.file.summary
a <- array(rnorm(20 * 30 * 40 * 3), dim = c(20, 30, 40, 3))
file <- "temp.hdr"
hdr.list <- f.basic.hdr.list.create(a, file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.