| dicom2analyze | R Documentation | 
A subset of header information from DICOM is placed into Analyze 7.5 format.
dicom2analyze(
  dcm,
  datatype = 4,
  reslice = TRUE,
  DIM = 3,
  descrip = "SeriesDescription",
  digits = 2,
  ...
)
| dcm | DICOM object containing both header and image information. | 
| datatype | is an integer that denotes the type of data contained in
each voxel.  See  | 
| reslice | Logical variable (default =  | 
| DIM | The dimension of the array to be used (default = 3D). | 
| descrip | DICOM header field(s) to be included in the  | 
| digits | Number of digits to use when rounding in  | 
| ... | Arguments to be passed to  | 
See the references.
An object of class anlz.
Brandon Whitcher bwhitcher@gmail.com
Analyze 7.5
 https//eeg.sourceforge.net//ANALYZE75.pdf
Digital Imaging and Communications in Medicine (DICOM)
https://www.dicomstandard.org
convert.datatype.anlz,
dicom2nifti, anlz
## Not run: 
dcmList <- dicomSeparate(system.file("hk-40", package="oro.dicom"))
require("oro.nifti")
dcmAnlz <- dicom2analyze(dcmList, datatype=4, mode="integer")
image(dcmAnlz)
orthographic(dcmAnlz)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.