writeElements {neuroim}R Documentation

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

Description

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

writeElements

Usage

writeElements(x, els)

## S4 method for signature 'BinaryWriter,numeric'
writeElements(x, els)

Arguments

x

the output channel

els

the elements to write


[Package neuroim version 0.0.6 Index]