niftiDataR6: Class with file information of NIfTI files

Description Usage Format Value Fields Methods Examples

Description

Class with file information of NIfTI files

Usage

1

Format

R6Class object.

Value

Object of R6Class with info, header and data of a NIfTI file

Fields

data

array of data

Methods

show()

Shows the niftiData object.

readData()

Reads in the data (+header)from a NIfTI file.

writeData()

Writes data (+header) to a NIfTI file.

setData()

Adds an entire array/matrix/vector to the data slot with checks.

Examples

1
niftiData <- niftiDataR6$new()

wdweeda/niftiR6 documentation built on Jan. 31, 2022, 5:09 p.m.