Description Usage Arguments Value Examples
This function returns the image origin having being supplied a file path
1 | getAnalyzeOrigin(fname)
|
fname |
Path to the analyze file. The path can either be to the .img file .hdr file. Compression using gzip is supported. |
Returns a vector of length three containing the origin. This may be nonsensical if the origin has not been set. This may be the case in a number of files,
1 2 | file<-system.file("extdata","avg152T1.hdr.gz",package="FIACH")
getAnalyzeOrigin(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.