Writes values to a file array.
# S3 method for AbstractFileArray
writeValues(this, indices=NULL, values, mode=getStorageMode(this),
size=getBytesPerCell(this), offset=getDataOffset(this), order=FALSE, ...)
Returns nothing.
An integer
vector
of indices to be updated.
If NULL
, all cells are considered.
The storage mode to be used.
A integer
specifying the number of bytes per cell.
A integer
specifying the file offset of the data section.
If TRUE
, the data is reordered before being written.
Additional arguments passed to *writeAllValues()
.
Henrik Bengtsson
*writeAllValues()
.
For more information see AbstractFileArray
.