dataReader-methods: Generic function to create data reader

Description Usage Arguments

Description

Generic function to create data reader

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
dataReader(x, offset)

## S4 method for signature 'NIfTIMetaInfo'
dataReader(x, offset = 0)

## S4 method for signature 'AFNIMetaInfo'
dataReader(x, offset = 0)

## S4 method for signature 'NIMLSurfaceDataMetaInfo'
dataReader(x)

Arguments

x

an object specifying the infromation required to produce the reader

offset

the byte offset (number of bytes to skip before reading)


neuroim documentation built on May 2, 2019, 1:04 p.m.