Learn R Programming

radtools (version 1.0.6)

nifti1_num_dim: Get the number of dimensions in a NIfTI-1 image

Description

Get the number of dimensions in a NIfTI-1 image

Usage

nifti1_num_dim(nifti1_data)

Arguments

nifti1_data

NIfTI-1 data returned by read_nifti1

Examples

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

Run the code above in your browser using DataLab