Learn R Programming

radtools (version 1.0.6)

read_dicom: Read a DICOM image or series of images

Description

Read a DICOM image or series of images

Usage

read_dicom(path, ...)

Arguments

path

Directory containing DICOM images, or single image file

...

Additional arguments to readDICOM

Value

List with elements hdr and img, each with an element for each slice. img is empty if the DICOM file contains no pixel data.

Examples

Run this code
# NOT RUN {
read_dicom(dicom_directory)
# }
# NOT RUN {
read_dicom(dicom_file.dcm)
# }

Run the code above in your browser using DataLab