Learn R Programming

radtools (version 1.0.6)

read_nifti1: Read a NIfTI-1 image

Description

Read a NIfTI-1 image

Usage

read_nifti1(file, ...)

Arguments

file

.nii file, gzipped or not, or base of .hdr and .img files without extension

...

Additional arguments to readNIfTI

Value

List containing object of class nifti

Examples

Run this code
# NOT RUN {
read_nifti1(nifti_file.nii)
# }
# NOT RUN {
read_nifti1(nifti_file_basename)
# }

Run the code above in your browser using DataLab