readColumns {neuroim}R Documentation

Generic function to read a set of column vector from an input source (e.g. ColumnReader)

Description

Generic function to read a set of column vector from an input source (e.g. ColumnReader)

Usage

readColumns(x, columnIndices)

## S4 method for signature 'ColumnReader,numeric'
readColumns(x, columnIndices)

Arguments

x

the input channel

columnIndices

the column indices

Value

a matrix consisting of the requested column vectors


[Package neuroim version 0.0.6 Index]