Last chance! 50% off unlimited learning
Sale ends in
Read DICOM file.
read.DICOM(filename,includedata = TRUE)
name of the file
logical. should data be read too? defaults to TRUE
.
Object with the following list entries:
header information as raw data
image data if requested. raw vector (numeric size 4) containing the four dimensional data cube (the first three dimensions are voxel dimensions, the fourth dimension denotes the time).
data source. string "DICOM"
voxel size in mm
series identifier
image number within series
dimension of the data if available
The function reads a DICOM file.
http://medical.nema.org
Polzehl, J. and Tabelow, K. (2007) fmri: A Package for Analyzing fmri Data, R News, 7:13-17 .
# NOT RUN {
dicom <- read.DICOM("dicomfile")
# }
Run the code above in your browser using DataLab