Last data update: 2014.03.03

R: ColumnReader
ColumnReader-classR Documentation

ColumnReader

Description

This class supports reading of data froma matrix-like stroage format

Slots

nrow

the number of rows

ncol

the number of columns

reader

a function that takes a set of column indices and returns a matrix

Results