readElements {neuroim}R Documentation

Generic function to read a sequence of elements from an input source

Description

Generic function to read a sequence of elements from an input source

readElements

Usage

readElements(x, numElements)

## S4 method for signature 'BinaryReader,numeric'
readElements(x, numElements)

Arguments

x

the input channel

numElements

the number of elements to read

Value

the elements as a vector


[Package neuroim version 0.0.6 Index]