dataReader {neuroim}R Documentation

Generic function to create data reader

Description

Generic function to create data reader

Usage

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)


[Package neuroim version 0.0.6 Index]