Learn R Programming

radtools (version 1.0.6)

nifti1_header_values: Get named list of header attributes for a NIfTI-1 file

Description

Get named list of header attributes for a NIfTI-1 file

Usage

nifti1_header_values(img_data)

Arguments

img_data

NIfTI-1 data returned by read_nifti1

Value

List of header attribute values

Examples

Run this code
# NOT RUN {
data(sample_nifti_img)
nifti1_header_values(sample_nifti_img)
# }

Run the code above in your browser using DataLab