read_rpi {neurobase}R Documentation

Read NIfTI file reoriented to RPI

Description

This function calls the readnii function after calling orient_rpi_file to force RPI orientation.

Usage

read_rpi(file, ..., verbose = TRUE)

Arguments

file

file name of the NIfTI file.

...

Arguments to pass to readnii

verbose

print diagnostics, passed to orient_rpi_file

Note

'read_rpi' uses 'RNifti' to ensure the reading orientation


[Package neurobase version 1.32.4 Index]